<?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 ETL rest api with xml input in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/ETL-rest-api-with-xml-input/m-p/2199851#M2597</link>
    <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have some difficulties with REST Services from a Provider&lt;/P&gt; 
&lt;P&gt;.&lt;/P&gt; 
&lt;P&gt;1/I succeeded to call the REST Services with "GET" ... so I know that urls, credentials are correct.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Service description is mentioning&lt;/P&gt; 
&lt;UL&gt; 
 &lt;LI&gt;Request parameters&lt;/LI&gt; 
 &lt;LI&gt;XSD&lt;/LI&gt; 
 &lt;LI&gt;And also that&lt;/LI&gt; 
&lt;/UL&gt; 
&lt;TABLE&gt; 
 &lt;TBODY&gt; 
  &lt;TR&gt; 
   &lt;TD width="108"&gt;&lt;P&gt;&lt;STRONG&gt;Method &lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt; 
   &lt;TD width="108"&gt;&lt;P&gt;&lt;STRONG&gt;Body &lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt; 
  &lt;/TR&gt; 
  &lt;TR&gt; 
   &lt;TD width="108"&gt;&lt;P&gt;&lt;STRONG&gt;GET &lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt; 
   &lt;TD width="108"&gt;&lt;P&gt;Empty&lt;/P&gt;&lt;/TD&gt; 
  &lt;/TR&gt; 
 &lt;/TBODY&gt; 
&lt;/TABLE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am using a tRESTClient from scratch with input schema body &amp;amp; string&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I get a result… it’s OK …&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;2/I am now trying to call the REST Services with "PUT" ...&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Service description is mentioning&lt;/P&gt; 
&lt;UL&gt; 
 &lt;LI&gt;Request parameters&lt;/LI&gt; 
 &lt;LI&gt;XSD&lt;/LI&gt; 
 &lt;LI&gt;And also that&lt;/LI&gt; 
&lt;/UL&gt; 
&lt;TABLE&gt; 
 &lt;TBODY&gt; 
  &lt;TR&gt; 
   &lt;TD width="108"&gt;&lt;P&gt;&lt;STRONG&gt;Method &lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt; 
   &lt;TD width="108"&gt;&lt;P&gt;&lt;STRONG&gt;Body &lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt; 
  &lt;/TR&gt; 
  &lt;TR&gt; 
   &lt;TD width="108"&gt;&lt;P&gt;&lt;STRONG&gt;PUT&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt; 
   &lt;TD width="108"&gt;&lt;P&gt;&lt;STRONG&gt;Full resource&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt; 
  &lt;/TR&gt; 
 &lt;/TBODY&gt; 
&lt;/TABLE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have the feeling that “Full resource” means something but I do not know how to handle it.&lt;/P&gt; 
&lt;P&gt;Do I have to provide xml content in input ?&lt;/P&gt; 
&lt;P&gt;How to combine xml file in input of a tRESTClient ?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 02:15:01 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T02:15:01Z</dc:date>
    <item>
      <title>ETL rest api with xml input</title>
      <link>https://community.qlik.com/t5/Talend-Studio/ETL-rest-api-with-xml-input/m-p/2199851#M2597</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have some difficulties with REST Services from a Provider&lt;/P&gt; 
&lt;P&gt;.&lt;/P&gt; 
&lt;P&gt;1/I succeeded to call the REST Services with "GET" ... so I know that urls, credentials are correct.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Service description is mentioning&lt;/P&gt; 
&lt;UL&gt; 
 &lt;LI&gt;Request parameters&lt;/LI&gt; 
 &lt;LI&gt;XSD&lt;/LI&gt; 
 &lt;LI&gt;And also that&lt;/LI&gt; 
&lt;/UL&gt; 
&lt;TABLE&gt; 
 &lt;TBODY&gt; 
  &lt;TR&gt; 
   &lt;TD width="108"&gt;&lt;P&gt;&lt;STRONG&gt;Method &lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt; 
   &lt;TD width="108"&gt;&lt;P&gt;&lt;STRONG&gt;Body &lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt; 
  &lt;/TR&gt; 
  &lt;TR&gt; 
   &lt;TD width="108"&gt;&lt;P&gt;&lt;STRONG&gt;GET &lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt; 
   &lt;TD width="108"&gt;&lt;P&gt;Empty&lt;/P&gt;&lt;/TD&gt; 
  &lt;/TR&gt; 
 &lt;/TBODY&gt; 
&lt;/TABLE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am using a tRESTClient from scratch with input schema body &amp;amp; string&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I get a result… it’s OK …&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;2/I am now trying to call the REST Services with "PUT" ...&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Service description is mentioning&lt;/P&gt; 
&lt;UL&gt; 
 &lt;LI&gt;Request parameters&lt;/LI&gt; 
 &lt;LI&gt;XSD&lt;/LI&gt; 
 &lt;LI&gt;And also that&lt;/LI&gt; 
&lt;/UL&gt; 
&lt;TABLE&gt; 
 &lt;TBODY&gt; 
  &lt;TR&gt; 
   &lt;TD width="108"&gt;&lt;P&gt;&lt;STRONG&gt;Method &lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt; 
   &lt;TD width="108"&gt;&lt;P&gt;&lt;STRONG&gt;Body &lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt; 
  &lt;/TR&gt; 
  &lt;TR&gt; 
   &lt;TD width="108"&gt;&lt;P&gt;&lt;STRONG&gt;PUT&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt; 
   &lt;TD width="108"&gt;&lt;P&gt;&lt;STRONG&gt;Full resource&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt; 
  &lt;/TR&gt; 
 &lt;/TBODY&gt; 
&lt;/TABLE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have the feeling that “Full resource” means something but I do not know how to handle it.&lt;/P&gt; 
&lt;P&gt;Do I have to provide xml content in input ?&lt;/P&gt; 
&lt;P&gt;How to combine xml file in input of a tRESTClient ?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:15:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/ETL-rest-api-with-xml-input/m-p/2199851#M2597</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T02:15:01Z</dc:date>
    </item>
  </channel>
</rss>

