<?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 Sending json data via tRESTClient in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Sending-json-data-via-tRESTClient/m-p/2246230#M31817</link>
    <description>&lt;P&gt;&lt;FONT face="trebuchet ms,geneva" size="2"&gt;Hello folks,&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;FONT face="trebuchet ms,geneva" size="2"&gt;I am currently retrieving data from a database, convert it to json and trying to send it through Rest service to a url.&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture11.PNG" style="width: 927px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M93h.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133712i2ED3C74D0959DADF/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M93h.png" alt="0683p000009M93h.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture12.PNG" style="width: 977px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9GG.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128894i35063960A4A01A7D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9GG.png" alt="0683p000009M9GG.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;FONT face="trebuchet ms,geneva" size="2"&gt;On execution, i am displaying the response using a tlog; the statusCode is "200" but the body and the string is empty:&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt; 
&lt;PRE&gt;&lt;FONT face="trebuchet ms,geneva" size="2"&gt;[statistics] connecting to socket on port 3450
[statistics] connected
2020-01-09 19:46:29|Bgoo64|Bgoo64|Bgoo64|13788|Flux|_cXuq8BgoEeqgX817LbQYlg|0.1|platform||begin||
200||
200||
200||
2020-01-09 19:46:32|Bgoo64|Bgoo64|Bgoo64|13788|Flux|_cXuq8BgoEeqgX817LbQYlg|0.1|platform||end|success|2705
[statistics] disconnected
Job Flux_Recouvrement_2 ended at 19:46 09/01/2020. [exit code=0]&lt;/FONT&gt;&lt;/PRE&gt; 
&lt;P&gt;&lt;BR /&gt;&lt;FONT face="trebuchet ms,geneva" size="2"&gt;Can you advice please?&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="trebuchet ms,geneva" size="2"&gt;Thank you.&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 03:37:39 GMT</pubDate>
    <dc:creator>RA6</dc:creator>
    <dc:date>2024-11-16T03:37:39Z</dc:date>
    <item>
      <title>Sending json data via tRESTClient</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sending-json-data-via-tRESTClient/m-p/2246230#M31817</link>
      <description>&lt;P&gt;&lt;FONT face="trebuchet ms,geneva" size="2"&gt;Hello folks,&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;FONT face="trebuchet ms,geneva" size="2"&gt;I am currently retrieving data from a database, convert it to json and trying to send it through Rest service to a url.&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture11.PNG" style="width: 927px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M93h.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133712i2ED3C74D0959DADF/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M93h.png" alt="0683p000009M93h.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture12.PNG" style="width: 977px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9GG.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128894i35063960A4A01A7D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9GG.png" alt="0683p000009M9GG.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;FONT face="trebuchet ms,geneva" size="2"&gt;On execution, i am displaying the response using a tlog; the statusCode is "200" but the body and the string is empty:&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt; 
&lt;PRE&gt;&lt;FONT face="trebuchet ms,geneva" size="2"&gt;[statistics] connecting to socket on port 3450
[statistics] connected
2020-01-09 19:46:29|Bgoo64|Bgoo64|Bgoo64|13788|Flux|_cXuq8BgoEeqgX817LbQYlg|0.1|platform||begin||
200||
200||
200||
2020-01-09 19:46:32|Bgoo64|Bgoo64|Bgoo64|13788|Flux|_cXuq8BgoEeqgX817LbQYlg|0.1|platform||end|success|2705
[statistics] disconnected
Job Flux_Recouvrement_2 ended at 19:46 09/01/2020. [exit code=0]&lt;/FONT&gt;&lt;/PRE&gt; 
&lt;P&gt;&lt;BR /&gt;&lt;FONT face="trebuchet ms,geneva" size="2"&gt;Can you advice please?&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="trebuchet ms,geneva" size="2"&gt;Thank you.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:37:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sending-json-data-via-tRESTClient/m-p/2246230#M31817</guid>
      <dc:creator>RA6</dc:creator>
      <dc:date>2024-11-16T03:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: Sending json data via tRESTClient</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sending-json-data-via-tRESTClient/m-p/2246231#M31818</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;If you're giving a JSON, you need to send it via the "string" column, not the body. A JSON isn't a Document. Only XML can be.&lt;/P&gt; 
&lt;P&gt;So in input, send an empty Body, and a fields "string" in String, with your JSON inside, and you're good &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Sincerely,&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2020 21:02:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sending-json-data-via-tRESTClient/m-p/2246231#M31818</guid>
      <dc:creator>rmartin2</dc:creator>
      <dc:date>2020-01-09T21:02:50Z</dc:date>
    </item>
  </channel>
</rss>

