<?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 call with JSON input and output in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Rest-call-with-JSON-input-and-output/m-p/2303850#M75681</link>
    <description>&lt;P&gt;I'm trying to make a POST call to a WebServices. I need to send a JSON to the WebService. The WebService response is another JSON that I need to parse.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the job:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p00000AGBX0AAP.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133539i9CCDC41CD9A4B2AF/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p00000AGBX0AAP.png" alt="0693p00000AGBX0AAP.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The tJavaRow "Create Json" creates the JSON in the output_row.body, and this is the JSON structure:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{"aspectNames":["dcr:commonDCR"],"relativePath":"/DCR/2020/10/20","name":"Case 00281022","nodeType":"dcr:caseFolder","properties":{"dcr:caseID":"5001w000005vtK8AAI","dcr:caseType":"Recupero Crediti RMPP","dcr:caseCreated":"2020-10-20T16:23:01","dcr:caseSource":"Corrispondenza"}}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I use the output_row.body to make a REST call and parse the JSON response?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Diego&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 01:11:36 GMT</pubDate>
    <dc:creator>ves_diego</dc:creator>
    <dc:date>2024-11-16T01:11:36Z</dc:date>
    <item>
      <title>Rest call with JSON input and output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Rest-call-with-JSON-input-and-output/m-p/2303850#M75681</link>
      <description>&lt;P&gt;I'm trying to make a POST call to a WebServices. I need to send a JSON to the WebService. The WebService response is another JSON that I need to parse.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the job:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p00000AGBX0AAP.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133539i9CCDC41CD9A4B2AF/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p00000AGBX0AAP.png" alt="0693p00000AGBX0AAP.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The tJavaRow "Create Json" creates the JSON in the output_row.body, and this is the JSON structure:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{"aspectNames":["dcr:commonDCR"],"relativePath":"/DCR/2020/10/20","name":"Case 00281022","nodeType":"dcr:caseFolder","properties":{"dcr:caseID":"5001w000005vtK8AAI","dcr:caseType":"Recupero Crediti RMPP","dcr:caseCreated":"2020-10-20T16:23:01","dcr:caseSource":"Corrispondenza"}}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I use the output_row.body to make a REST call and parse the JSON response?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Diego&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:11:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Rest-call-with-JSON-input-and-output/m-p/2303850#M75681</guid>
      <dc:creator>ves_diego</dc:creator>
      <dc:date>2024-11-16T01:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: Rest call with JSON input and output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Rest-call-with-JSON-input-and-output/m-p/2303851#M75682</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;You can use JSON as input for r tRESTClient.&lt;/P&gt;&lt;P&gt;The work flow should be: Input--&amp;gt;&amp;nbsp;tXMLMAP(convert data to Jso)--&amp;gt; tRestClient(post) component calling a web service to PUT data in&amp;nbsp;json&amp;nbsp;format.&lt;/P&gt;&lt;P&gt;Please take a look at component reference about:&lt;A href="https://help.talend.com/search/all?query=tRESTClient&amp;amp;content-lang=en" alt="https://help.talend.com/search/all?query=tRESTClient&amp;amp;content-lang=en" target="_blank"&gt;TalendHelpCenter:tRESTClient&lt;/A&gt;&amp;nbsp;with related scenarios.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 09 Nov 2020 09:05:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Rest-call-with-JSON-input-and-output/m-p/2303851#M75682</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-09T09:05:09Z</dc:date>
    </item>
  </channel>
</rss>

