<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Passing XML body to REST API client in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Passing-XML-body-to-REST-API-client/m-p/2304764#M76501</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;First let me say that I am really, really, really new to Talend, but not to IT.&amp;nbsp; I know what I want to do, but I need help figuring out how to do it in Talend.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am trying to pass a small bit of XML to a tREST_Client.&lt;/P&gt; 
&lt;P&gt;Here is what I have so far:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="talend_qb_xml_body.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LzaX.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/156454iAD1049FECA09220C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LzaX.png" alt="0683p000009LzaX.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;As you can see I have an exclamation point which is there because of:&lt;/P&gt; 
&lt;P&gt;Warning: No schema has been defined yet&lt;/P&gt; 
&lt;P&gt;Error: Parameter (Mapping) must have at least one value.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;When I run the job as is I get the following:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="talend_qb_xml_body_error.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LzvE.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131094i7FC63022D94965FA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LzvE.png" alt="0683p000009LzvE.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am trying to access Quickbase, but to do that the first thing you have to do is get an authentication token which I am planning to write to the outfile and retrieve it for the next process.&lt;/P&gt; 
&lt;P&gt;The working curl statement I have is:&lt;/P&gt; 
&lt;P&gt;curl --request POST \&lt;BR /&gt;&amp;nbsp; --url &lt;A href="https://mycompany.quickbase.com/db/main" target="_blank" rel="nofollow noopener noreferrer"&gt;https://mycompany.quickbase.com/db/main&lt;/A&gt; \&lt;BR /&gt;&amp;nbsp; --header 'cache-control: no-cache' \&lt;BR /&gt;&amp;nbsp; --header 'content-type: application/xml' \&lt;BR /&gt;&amp;nbsp; --header 'quickbase-action: API_Authenticate' \&lt;BR /&gt;&amp;nbsp; --data '&amp;lt;qdbapi&amp;gt;\n&amp;nbsp;&amp;nbsp; &amp;lt;username&amp;gt;me@mycompany.com&amp;lt;/username&amp;gt;\n&amp;nbsp;&amp;nbsp; &amp;lt;password&amp;gt;ReallyCleverPassword01&amp;lt;/password&amp;gt;\n&amp;nbsp;&amp;nbsp; &amp;lt;hours&amp;gt;1&amp;lt;/hours&amp;gt;\n&amp;nbsp;&amp;nbsp; &amp;lt;udata&amp;gt;optional data&amp;lt;/udata&amp;gt;\n&amp;lt;/qdbapi&amp;gt;'&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Any thoughts on where I am going wrong?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Mon, 13 Aug 2018 23:23:49 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-08-13T23:23:49Z</dc:date>
    <item>
      <title>Passing XML body to REST API client</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Passing-XML-body-to-REST-API-client/m-p/2304764#M76501</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;First let me say that I am really, really, really new to Talend, but not to IT.&amp;nbsp; I know what I want to do, but I need help figuring out how to do it in Talend.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am trying to pass a small bit of XML to a tREST_Client.&lt;/P&gt; 
&lt;P&gt;Here is what I have so far:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="talend_qb_xml_body.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LzaX.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/156454iAD1049FECA09220C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LzaX.png" alt="0683p000009LzaX.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;As you can see I have an exclamation point which is there because of:&lt;/P&gt; 
&lt;P&gt;Warning: No schema has been defined yet&lt;/P&gt; 
&lt;P&gt;Error: Parameter (Mapping) must have at least one value.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;When I run the job as is I get the following:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="talend_qb_xml_body_error.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LzvE.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131094i7FC63022D94965FA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LzvE.png" alt="0683p000009LzvE.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am trying to access Quickbase, but to do that the first thing you have to do is get an authentication token which I am planning to write to the outfile and retrieve it for the next process.&lt;/P&gt; 
&lt;P&gt;The working curl statement I have is:&lt;/P&gt; 
&lt;P&gt;curl --request POST \&lt;BR /&gt;&amp;nbsp; --url &lt;A href="https://mycompany.quickbase.com/db/main" target="_blank" rel="nofollow noopener noreferrer"&gt;https://mycompany.quickbase.com/db/main&lt;/A&gt; \&lt;BR /&gt;&amp;nbsp; --header 'cache-control: no-cache' \&lt;BR /&gt;&amp;nbsp; --header 'content-type: application/xml' \&lt;BR /&gt;&amp;nbsp; --header 'quickbase-action: API_Authenticate' \&lt;BR /&gt;&amp;nbsp; --data '&amp;lt;qdbapi&amp;gt;\n&amp;nbsp;&amp;nbsp; &amp;lt;username&amp;gt;me@mycompany.com&amp;lt;/username&amp;gt;\n&amp;nbsp;&amp;nbsp; &amp;lt;password&amp;gt;ReallyCleverPassword01&amp;lt;/password&amp;gt;\n&amp;nbsp;&amp;nbsp; &amp;lt;hours&amp;gt;1&amp;lt;/hours&amp;gt;\n&amp;nbsp;&amp;nbsp; &amp;lt;udata&amp;gt;optional data&amp;lt;/udata&amp;gt;\n&amp;lt;/qdbapi&amp;gt;'&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Any thoughts on where I am going wrong?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 13 Aug 2018 23:23:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Passing-XML-body-to-REST-API-client/m-p/2304764#M76501</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-13T23:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: Passing XML body to REST API client</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Passing-XML-body-to-REST-API-client/m-p/2304765#M76502</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;If you want to pass directly the xml file as request to the web service when calling, read the root element as a node, see below:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="xml.png" style="width: 928px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LzvO.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/127916iAED6309025D47D39/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LzvO.png" alt="0683p000009LzvO.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 14 Aug 2018 08:06:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Passing-XML-body-to-REST-API-client/m-p/2304765#M76502</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-14T08:06:50Z</dc:date>
    </item>
  </channel>
</rss>

