<?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: tESBConsumer Complex Loop in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tESBConsumer-Complex-Loop/m-p/2322597#M92524</link>
    <description>Hi&amp;nbsp;
&lt;BR /&gt;Use a tLoop to loop the calling many times, select 'While' loop type on tLoop, set the condition with a context variable, boolean type, true as default value, call the webservice and parse the return result, change the value of context variable based on the parsed result. eg:
&lt;BR /&gt;tLoop--iterate--tESBConsumer--main--tXMLMap--tJavaRow
&lt;BR /&gt;on tJavaRow: set the value of context variable based on the result, something like:
&lt;BR /&gt;if(input_row.result.equals("FFF")){
&lt;BR /&gt;context.condition=false;
&lt;BR /&gt;}else{
&lt;BR /&gt;context.condition=true;
&lt;BR /&gt;}</description>
    <pubDate>Tue, 22 Dec 2015 06:06:25 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-12-22T06:06:25Z</dc:date>
    <item>
      <title>tESBConsumer Complex Loop</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tESBConsumer-Complex-Loop/m-p/2322596#M92523</link>
      <description>Hi everybody,&lt;BR /&gt;&lt;BR /&gt;I want to create a Job that call a soap web service several times (loop), if&amp;nbsp; i have an element in the result of the call which equal "FFF" I go out of the loop, else I take the last element of my xml result and I redo the call to the same web service.&lt;BR /&gt;Please give me the architecture of this jib and the componement that i need .&lt;BR /&gt;&lt;BR /&gt;Thank you for your help.&lt;BR /&gt;Regards.</description>
      <pubDate>Sat, 16 Nov 2024 10:54:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tESBConsumer-Complex-Loop/m-p/2322596#M92523</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T10:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: tESBConsumer Complex Loop</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tESBConsumer-Complex-Loop/m-p/2322597#M92524</link>
      <description>Hi&amp;nbsp;
&lt;BR /&gt;Use a tLoop to loop the calling many times, select 'While' loop type on tLoop, set the condition with a context variable, boolean type, true as default value, call the webservice and parse the return result, change the value of context variable based on the parsed result. eg:
&lt;BR /&gt;tLoop--iterate--tESBConsumer--main--tXMLMap--tJavaRow
&lt;BR /&gt;on tJavaRow: set the value of context variable based on the result, something like:
&lt;BR /&gt;if(input_row.result.equals("FFF")){
&lt;BR /&gt;context.condition=false;
&lt;BR /&gt;}else{
&lt;BR /&gt;context.condition=true;
&lt;BR /&gt;}</description>
      <pubDate>Tue, 22 Dec 2015 06:06:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tESBConsumer-Complex-Loop/m-p/2322597#M92524</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-22T06:06:25Z</dc:date>
    </item>
  </channel>
</rss>

