<?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: tRestRequest using POST parameter not working in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tRestRequest-using-POST-parameter-not-working/m-p/2275801#M52069</link>
    <description>Hi kdurie, thanks a lot, the problem was fixed.</description>
    <pubDate>Tue, 18 Oct 2016 14:42:29 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-10-18T14:42:29Z</dc:date>
    <item>
      <title>tRestRequest using POST parameter not working</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tRestRequest-using-POST-parameter-not-working/m-p/2275799#M52067</link>
      <description>Hi everyone, I'm trying to send parameters to tRESTRequest by post (using postman or soapui), but it's not working when I read the data. 
&lt;BR /&gt;I've 3 component in my Job -&amp;gt; "tRESTRequest ----&amp;gt; tXMLMap -------&amp;gt; tLogRow" 
&lt;BR /&gt;At SOAPUI or POSTMAN I'm setting the Content-Type = application/json and send the json below: 
&lt;BR /&gt;{ 
&lt;BR /&gt;"msg" : "talend post", 
&lt;BR /&gt;"numberToDial" : 
&lt;BR /&gt;} 
&lt;BR /&gt;How can I get the parameters by post using talend? 
&lt;BR /&gt;tRESTRequest 
&lt;BR /&gt;&amp;nbsp; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/404688/tRESTRequest---1.jpg" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBwS.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143743i376DE45B5B56B51B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBwS.jpg" alt="0683p000009MBwS.jpg" /&gt;&lt;/span&gt; &lt;/A&gt; 
&lt;BR /&gt;tXMLMAP 
&lt;BR /&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/404688/tXMLMap---2.jpg" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBwX.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/129346i3C502A3A2314148B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBwX.jpg" alt="0683p000009MBwX.jpg" /&gt;&lt;/span&gt; &lt;/A&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/404688/tLogRow---3.jpg" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAar.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154311i8E5C5AEA56705C5D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAar.jpg" alt="0683p000009MAar.jpg" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/A&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;JSON 
&lt;BR /&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/404688/postman-header---5.jpg" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBoK.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130189i6E0ECD48E0F0A340/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBoK.jpg" alt="0683p000009MBoK.jpg" /&gt;&lt;/span&gt; &lt;/A&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/404688/postman-body---9.jpg" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBwc.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/129466iB1F9F313D6A74FFA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBwc.jpg" alt="0683p000009MBwc.jpg" /&gt;&lt;/span&gt; &lt;/A&gt;</description>
      <pubDate>Sat, 16 Nov 2024 10:18:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tRestRequest-using-POST-parameter-not-working/m-p/2275799#M52067</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T10:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: tRestRequest using POST parameter not working</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tRestRequest-using-POST-parameter-not-working/m-p/2275800#M52068</link>
      <description>Hi junin,
&lt;BR /&gt;Try to send :
&lt;BR /&gt;
&lt;PRE&gt;{&lt;BR /&gt;	"root": {&lt;BR /&gt;		"msg" : "talend post",&lt;BR /&gt;		"numberToDial" : &lt;BR /&gt;	}&lt;BR /&gt;}&lt;/PRE&gt;</description>
      <pubDate>Tue, 18 Oct 2016 14:28:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tRestRequest-using-POST-parameter-not-working/m-p/2275800#M52068</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-18T14:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: tRestRequest using POST parameter not working</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tRestRequest-using-POST-parameter-not-working/m-p/2275801#M52069</link>
      <description>Hi kdurie, thanks a lot, the problem was fixed.</description>
      <pubDate>Tue, 18 Oct 2016 14:42:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tRestRequest-using-POST-parameter-not-working/m-p/2275801#M52069</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-18T14:42:29Z</dc:date>
    </item>
  </channel>
</rss>

