<?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 Rest Service - PUT - xml input ? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Rest-Service-PUT-xml-input/m-p/2201926#M3833</link>
    <description>&lt;P&gt;Bonjour,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;using REST service from a provider, I am able to "call" an endpoint in "GET" mode ... but I have difficulties to use the "PUT" mode.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you have some exemples/template&amp;nbsp; to share ?&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;how to provide xml message to tRESTClient ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thank you for your support.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 02:14:12 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T02:14:12Z</dc:date>
    <item>
      <title>Rest Service - PUT - xml input ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Rest-Service-PUT-xml-input/m-p/2201926#M3833</link>
      <description>&lt;P&gt;Bonjour,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;using REST service from a provider, I am able to "call" an endpoint in "GET" mode ... but I have difficulties to use the "PUT" mode.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you have some exemples/template&amp;nbsp; to share ?&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;how to provide xml message to tRESTClient ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thank you for your support.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:14:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Rest-Service-PUT-xml-input/m-p/2201926#M3833</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T02:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: Rest Service - PUT - xml input ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Rest-Service-PUT-xml-input/m-p/2201927#M3834</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/00539000006yr8WAAQ"&gt;@DamienBlondel&lt;/A&gt;,check the below link.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://help.talend.com/reader/hCrOzogIwKfuR3mPf~LydA/mswIFzJ3F96ojxbEq9St~A" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/hCrOzogIwKfuR3mPf~LydA/mswIFzJ3F96ojxbEq9St~A&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jun 2020 05:45:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Rest-Service-PUT-xml-input/m-p/2201927#M3834</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-06-05T05:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: Rest Service - PUT - xml input ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Rest-Service-PUT-xml-input/m-p/2201928#M3835</link>
      <description>Bonjour Manohar and thank you for your help.
&lt;BR /&gt;I followed the link you provided. It is still unclear what is the link between the xml structure you have in output of the txmlmap and the relative path of the tRestclient ...
&lt;BR /&gt;on my side, I received a xsd and xml file exemple from the provider ...
&lt;BR /&gt;any idea ?
&lt;BR /&gt;
&lt;BR /&gt;xml exemple
&lt;BR /&gt;
&lt;BR /&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&lt;BR /&gt;&amp;lt;briefingattachment xmlns:xsi="
&lt;A href="http://www.w3.org/2001/XMLSchema-instance" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/A&gt;" xsi:noNamespaceSchemaLocation="MyProvider.xsd"&amp;gt;
&lt;BR /&gt;&amp;lt;name&amp;gt;briefingRulesValid.xml&amp;lt;/name&amp;gt;
&lt;BR /&gt;&amp;lt;attachmentType&amp;gt;ADDITIONAL_DOCUMENT&amp;lt;/attachmentType&amp;gt;
&lt;BR /&gt;&amp;lt;contentType&amp;gt;application/pdf&amp;lt;/contentType&amp;gt;
&lt;BR /&gt;&amp;lt;validFrom&amp;gt;2014-10-01&amp;lt;/validFrom&amp;gt;
&lt;BR /&gt;&amp;lt;validTo&amp;gt;2014-11-26&amp;lt;/validTo&amp;gt;
&lt;BR /&gt;&amp;lt;revision&amp;gt;1&amp;lt;/revision&amp;gt;
&lt;BR /&gt;&amp;lt;rules&amp;gt;
&lt;BR /&gt;&amp;lt;acftRegExcl&amp;gt;OAVA&amp;lt;/acftRegExcl&amp;gt;
&lt;BR /&gt;&amp;lt;depAirpCodeExcl&amp;gt;EPWA&amp;lt;/depAirpCodeExcl&amp;gt;
&lt;BR /&gt;&amp;lt;arrAirpCodeIncl&amp;gt;EPHA&amp;lt;/arrAirpCodeIncl&amp;gt;
&lt;BR /&gt;&amp;lt;arrAirpCodeIncl&amp;gt;EP*&amp;lt;/arrAirpCodeIncl&amp;gt;
&lt;BR /&gt;&amp;lt;/rules&amp;gt;
&lt;BR /&gt;&amp;lt;/briefingattachment&amp;gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Jun 2020 09:41:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Rest-Service-PUT-xml-input/m-p/2201928#M3835</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-05T09:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: Rest Service - PUT - xml input ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Rest-Service-PUT-xml-input/m-p/2201929#M3836</link>
      <description>I wish to mention that I am using Talend Studio ETL ... and in the provider documentation, a major remark is concerning the BODY part ... 
&lt;BR /&gt;GET : Body : Empty 
&lt;BR /&gt;PUT : Body : Full Ressource 
&lt;BR /&gt; 
&lt;BR /&gt;for the get that works, I pass some input parameters in the trestclient ...</description>
      <pubDate>Fri, 05 Jun 2020 10:11:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Rest-Service-PUT-xml-input/m-p/2201929#M3836</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-05T10:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: Rest Service - PUT - xml input ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Rest-Service-PUT-xml-input/m-p/2201930#M3837</link>
      <description>Answer for the API/Service provider : 
&lt;BR /&gt;"Our PUT Leg Attachment API call is a Multipart call. This means that the request needs to have 2 attachments: one referring back to the PDF/JPEG/PNG file (called ‘file’), one referring back to the metadata file in XML (called ‘data’). This also means that the parameters I provided to you are not to be included as query parameters, but should be included in the XML of the metadata and attached to the Multipart call." 
&lt;BR /&gt; 
&lt;BR /&gt;??? 
&lt;BR /&gt;I do not have enought expertise in REST nor in Talend to fully understand ...</description>
      <pubDate>Fri, 05 Jun 2020 12:47:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Rest-Service-PUT-xml-input/m-p/2201930#M3837</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-05T12:47:03Z</dc:date>
    </item>
  </channel>
</rss>

