<?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: How to have multiple response in one request? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-have-multiple-response-in-one-request/m-p/2262624#M43032</link>
    <description>&lt;P&gt;Thank you for your inputs &lt;A href="https://community.qlik.com/s/profile/0053p000007LKj7AAG"&gt;@TRF&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, it didn't worked, I still got this error&amp;nbsp;java.lang.RuntimeException: Rest response already sent.&lt;/P&gt;</description>
    <pubDate>Wed, 22 Jan 2020 02:20:13 GMT</pubDate>
    <dc:creator>jerownimow</dc:creator>
    <dc:date>2020-01-22T02:20:13Z</dc:date>
    <item>
      <title>How to have multiple response in one request?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-have-multiple-response-in-one-request/m-p/2262620#M43028</link>
      <description>&lt;P&gt;I have a job that requires 2 responses, the structure is like this.&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="Capture.PNG" style="width: 763px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M8RI.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140535i980E190BD251184E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M8RI.png" alt="0683p000009M8RI.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Can you help me figure out how can I facilitate these 2 succeeding responses?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:30:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-have-multiple-response-in-one-request/m-p/2262620#M43028</guid>
      <dc:creator>jerownimow</dc:creator>
      <dc:date>2024-11-16T03:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to have multiple response in one request?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-have-multiple-response-in-one-request/m-p/2262621#M43029</link>
      <description>Try to send an interim response with code 102 for "Processing".&lt;BR /&gt;&lt;A href="https://dret.typepad.com/dretblog/2007/11/one-request-mul.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://dret.typepad.com/dretblog/2007/11/one-request-mul.html&lt;/A&gt;</description>
      <pubDate>Tue, 21 Jan 2020 12:24:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-have-multiple-response-in-one-request/m-p/2262621#M43029</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2020-01-21T12:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to have multiple response in one request?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-have-multiple-response-in-one-request/m-p/2262622#M43030</link>
      <description>Thanks for your reply. How can I configure it? Do I have to add two&lt;BR /&gt;tRESTResponse and one is configured with custom status code?&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Jan 2020 13:20:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-have-multiple-response-in-one-request/m-p/2262622#M43030</guid>
      <dc:creator>jerownimow</dc:creator>
      <dc:date>2020-01-21T13:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to have multiple response in one request?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-have-multiple-response-in-one-request/m-p/2262623#M43031</link>
      <description>&lt;P&gt;Yes, 2 tRESTResponse components.&lt;/P&gt;&lt;P&gt;For the status code, yes, select "&amp;lt;&amp;lt; custom &amp;gt;&amp;gt;" and enter 102 for the value, this the only way to use a status code which is not preconfigured into the component.&lt;/P&gt;&lt;P&gt;However I can't guarantee Talend authorize 2 responses for 1 request but it should as it is a standard behavior for REST services.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2020 17:09:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-have-multiple-response-in-one-request/m-p/2262623#M43031</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2020-01-21T17:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to have multiple response in one request?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-have-multiple-response-in-one-request/m-p/2262624#M43032</link>
      <description>&lt;P&gt;Thank you for your inputs &lt;A href="https://community.qlik.com/s/profile/0053p000007LKj7AAG"&gt;@TRF&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, it didn't worked, I still got this error&amp;nbsp;java.lang.RuntimeException: Rest response already sent.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 02:20:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-have-multiple-response-in-one-request/m-p/2262624#M43032</guid>
      <dc:creator>jerownimow</dc:creator>
      <dc:date>2020-01-22T02:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to have multiple response in one request?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-have-multiple-response-in-one-request/m-p/2262625#M43033</link>
      <description>My first reflex was to say it is not possible.
&lt;BR /&gt;Then I saw a post regarding the proposed solution. Finally it seems this is not supported by tRESTResponse.
&lt;BR /&gt;You may try with a piece of Java code to send code 101.</description>
      <pubDate>Wed, 22 Jan 2020 06:39:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-have-multiple-response-in-one-request/m-p/2262625#M43033</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2020-01-22T06:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to have multiple response in one request?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-have-multiple-response-in-one-request/m-p/2262626#M43034</link>
      <description>&lt;P&gt;Unfortunately, I'm not good with Java, can you give me a suggestion how to do it? I'm trying to google it but I can't seem to find one.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 14:31:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-have-multiple-response-in-one-request/m-p/2262626#M43034</guid>
      <dc:creator>jerownimow</dc:creator>
      <dc:date>2020-01-22T14:31:48Z</dc:date>
    </item>
  </channel>
</rss>

