<?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 Re: [resolved] tRESTClient PUT command not working in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-tRESTClient-PUT-command-not-working/m-p/2303747#M75589</link>
    <description>Thanks for the feedback.made changes to input payload then PUT method is working with status 200 OK.</description>
    <pubDate>Thu, 20 Aug 2015 20:24:52 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-08-20T20:24:52Z</dc:date>
    <item>
      <title>[resolved] tRESTClient PUT command not working</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tRESTClient-PUT-command-not-working/m-p/2303745#M75587</link>
      <description>&lt;P&gt;I am unable to use PUT method but GET,POST and DELETE working.&lt;BR /&gt;and i tried to use tREST component on same job for PUT Method keep getting error "The method getHeader() is undefined for the type"&lt;BR /&gt;Method : PUT not working on Talend 5.5 version&amp;nbsp;&lt;BR /&gt;log :&lt;BR /&gt;Checking ports...&lt;BR /&gt;Sending job 'json' to server (10.0.192.456:8001)...&lt;BR /&gt;File transfer completed.&lt;BR /&gt;Deploying job 'json' on server (10.0.192.456:8000)...&lt;BR /&gt;Running job 'json'...&lt;BR /&gt;Starting job json at 14:16 19/08/2015.&lt;BR /&gt;connecting to socket on port 3796&lt;BR /&gt;connected&lt;BR /&gt;Aug 19, 2015 2:16:46 PM org.apache.cxf.interceptor.LoggingOutInterceptor&lt;BR /&gt;INFO: Outbound Message&lt;BR /&gt;---------------------------&lt;BR /&gt;ID: 1&lt;BR /&gt;Address: &lt;A href="https://sandbox.orgsync.com/api/v2/accounts/5919820?key=GnclPpv1uGnc3bRslJO6V99zqj5kxK5g7W4vgczsh0r&amp;amp;first_name=wong" target="_blank" rel="noopener nofollow noopener noreferrer"&gt;https://sandbox.orgsync.com/api/v2/accounts/5919820?key=GnclPpv1uGnc3bRslJO6V99zqj5kxK5g7W4vgczsh0r&amp;amp;first_name=wong&lt;/A&gt;&lt;BR /&gt;Http-Method: PUT&lt;BR /&gt;Content-Type: application/json&lt;BR /&gt;Headers: {Content-Type=, Accept=, X-OrgSync-API-Key=}&lt;BR /&gt;--------------------------------------&lt;BR /&gt;Aug 19, 2015 2:16:46 PM org.apache.cxf.interceptor.LoggingInInterceptor&lt;BR /&gt;INFO: Inbound Message&lt;BR /&gt;----------------------------&lt;BR /&gt;ID: 1&lt;BR /&gt;Response-Code: 411&lt;BR /&gt;Encoding: ISO-8859-1&lt;BR /&gt;Content-Type: text/html&lt;BR /&gt;Headers: {connection=, Content-Length=, content-type=, Date=, Server=}&lt;BR /&gt;Payload: &amp;lt;html&amp;gt;&lt;BR /&gt;&amp;lt;head&amp;gt;&amp;lt;title&amp;gt;411 Length Required&amp;lt;/title&amp;gt;&amp;lt;/head&amp;gt;&lt;BR /&gt;&amp;lt;body bgcolor="white"&amp;gt;&lt;BR /&gt;&amp;lt;center&amp;gt;&amp;lt;h1&amp;gt;411 Length Required&amp;lt;/h1&amp;gt;&amp;lt;/center&amp;gt;&lt;BR /&gt;&amp;lt;hr&amp;gt;&amp;lt;center&amp;gt;nginx/0.8.54&amp;lt;/center&amp;gt;&lt;BR /&gt;&amp;lt;/body&amp;gt;&lt;BR /&gt;&amp;lt;/html&amp;gt;&lt;BR /&gt;--------------------------------------&lt;BR /&gt;411|&amp;lt;html&amp;gt;&lt;BR /&gt;&amp;lt;head&amp;gt;&amp;lt;title&amp;gt;411 Length Required&amp;lt;/title&amp;gt;&amp;lt;/head&amp;gt;&lt;BR /&gt;&amp;lt;body bgcolor="white"&amp;gt;&lt;BR /&gt;&amp;lt;center&amp;gt;&amp;lt;h1&amp;gt;411 Length Required&amp;lt;/h1&amp;gt;&amp;lt;/center&amp;gt;&lt;BR /&gt;&amp;lt;hr&amp;gt;&amp;lt;center&amp;gt;nginx/0.8.54&amp;lt;/center&amp;gt;&lt;BR /&gt;&amp;lt;/body&amp;gt;&lt;BR /&gt;&amp;lt;/html&amp;gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 11:05:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tRESTClient-PUT-command-not-working/m-p/2303745#M75587</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tRESTClient PUT command not working</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tRESTClient-PUT-command-not-working/m-p/2303746#M75588</link>
      <description>Hi,&lt;BR /&gt;You send a message without payload - but regarding the response its required</description>
      <pubDate>Thu, 20 Aug 2015 07:52:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tRESTClient-PUT-command-not-working/m-p/2303746#M75588</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-20T07:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tRESTClient PUT command not working</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tRESTClient-PUT-command-not-working/m-p/2303747#M75589</link>
      <description>Thanks for the feedback.made changes to input payload then PUT method is working with status 200 OK.</description>
      <pubDate>Thu, 20 Aug 2015 20:24:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tRESTClient-PUT-command-not-working/m-p/2303747#M75589</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-20T20:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tRESTClient PUT command not working</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tRESTClient-PUT-command-not-working/m-p/2303748#M75590</link>
      <description>&lt;P&gt;&amp;gt; made changes to input payload then PUT method is working&lt;/P&gt;&lt;P&gt;could you please be more specific ? I have the same HTTP 411 Length Required error ...&lt;/P&gt;</description>
      <pubDate>Fri, 01 Oct 2021 14:46:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tRESTClient-PUT-command-not-working/m-p/2303748#M75590</guid>
      <dc:creator>hamdi_bourbia</dc:creator>
      <dc:date>2021-10-01T14:46:17Z</dc:date>
    </item>
  </channel>
</rss>

