<?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: [resolved] How to use SOAP messages to filter Oracle recordset in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-use-SOAP-messages-to-filter-Oracle-recordset/m-p/2234885#M24088</link>
    <description>Hi
&lt;BR /&gt;You need a tXMLMap after tESBProviderRequest to extract the&amp;nbsp;SalesRepId data from the input document, and then you are able to use this data in other components later (use it in tAccessInput_1 as filter condition in your this example), read the tFlowToIterate component manual to learn how to access the data.
&lt;BR /&gt;
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
    <pubDate>Mon, 29 Dec 2014 04:39:50 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-12-29T04:39:50Z</dc:date>
    <item>
      <title>[resolved] How to use SOAP messages to filter Oracle recordset</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-use-SOAP-messages-to-filter-Oracle-recordset/m-p/2234884#M24087</link>
      <description>Hello, I am new to Talend and trying out ESB for one of our new webservice projects. I have a simple requirement to use a SOAP-call embedded attribute to filter our Oracle return recordset.&amp;nbsp; 
&lt;BR /&gt;Basically, we need the SOAP request from 
&lt;I&gt;&lt;FONT color="red"&gt;tESBProviderRequest1&lt;/FONT&gt;&lt;/I&gt; to filter 
&lt;I&gt;&lt;FONT color="red"&gt;tOracleInput&lt;/FONT&gt;&lt;/I&gt; or in this testbed, 
&lt;I&gt;&lt;FONT color="red"&gt;tAcccessInput_1&lt;/FONT&gt;&lt;/I&gt; to return only two records to tESBProviderResponse. I don't know&amp;nbsp;how to extract the “SalesRepId” from tFlowToIterate as a global variable and apply it as a filter or parameter to the database query. 
&lt;BR /&gt;I also tried passing to an 
&lt;I&gt;tOracleSP&lt;/I&gt; transformation to no success. We can't seem to spool multiple records to xml. If anybody has samples of that, would greatly help as well.</description>
      <pubDate>Sat, 16 Nov 2024 11:22:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-use-SOAP-messages-to-filter-Oracle-recordset/m-p/2234884#M24087</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How to use SOAP messages to filter Oracle recordset</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-use-SOAP-messages-to-filter-Oracle-recordset/m-p/2234885#M24088</link>
      <description>Hi
&lt;BR /&gt;You need a tXMLMap after tESBProviderRequest to extract the&amp;nbsp;SalesRepId data from the input document, and then you are able to use this data in other components later (use it in tAccessInput_1 as filter condition in your this example), read the tFlowToIterate component manual to learn how to access the data.
&lt;BR /&gt;
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Mon, 29 Dec 2014 04:39:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-use-SOAP-messages-to-filter-Oracle-recordset/m-p/2234885#M24088</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-29T04:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How to use SOAP messages to filter Oracle recordset</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-use-SOAP-messages-to-filter-Oracle-recordset/m-p/2234886#M24089</link>
      <description>Thank you. Somehow this didn't work earlier when I tried it. The tAccessinput schema wouldn't show its schema, just the payload. Now it works after I rebuilt the map (Map 1) per your suggestions and am able to read the global vars. I was also able to make it work via a different map (Map 2) using the Lookup method, but Map 1 is preferred since it will bring less db records to the transformation. 
&lt;BR /&gt;Using Map 1 however doesn't serve up an empty record gracefully. I made the loop esbresponse loop node optional but it gives this when there are no expected records from the filtered recordset. 
&lt;BR /&gt;Can you further advise? 
&lt;BR /&gt;&amp;lt;soap:Envelope xmlns:soap=""&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;lt;soap:Body&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:Fault&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;faultcode&amp;gt;soap 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9p6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134116iFBD5D7F21624A744/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9p6.png" alt="0683p000009M9p6.png" /&gt;&lt;/span&gt;erver&amp;lt;/faultcode&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;faultstring&amp;gt;Could not generate the XML stream caused by: com.ctc.wstx.exc.WstxEOFException: Unexpected EOF in prolog 
&lt;BR /&gt;&amp;nbsp;at : .&amp;lt;/faultstring&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/soap:Fault&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;lt;/soap:Body&amp;gt; 
&lt;BR /&gt;&amp;lt;/soap:Envelope&amp;gt;</description>
      <pubDate>Mon, 29 Dec 2014 15:14:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-use-SOAP-messages-to-filter-Oracle-recordset/m-p/2234886#M24089</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-29T15:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How to use SOAP messages to filter Oracle recordset</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-use-SOAP-messages-to-filter-Oracle-recordset/m-p/2234887#M24090</link>
      <description>&lt;PRE&gt;&amp;lt;faultstring&amp;gt;Could not generate the XML stream caused by: com.ctc.wstx.exc.WstxEOFException: Unexpected EOF in prolog&lt;/PRE&gt; 
&lt;BR /&gt;If I understand your problem well, you got this error if there is no records are sent to tESBProviderResponse, if that is the case, you need to create another output table on tXMLMap for tESBProviderFault. 
&lt;BR /&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/674/1_20141230-0428.png" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MC7v.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131237i3FFFBA888AD0E4A3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MC7v.png" alt="0683p000009MC7v.png" /&gt;&lt;/span&gt; &lt;/A&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/674/2_20141230-0429.png" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBr0.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133162iA636A79C327E7400/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBr0.png" alt="0683p000009MBr0.png" /&gt;&lt;/span&gt; &lt;/A&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Tue, 30 Dec 2014 03:29:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-use-SOAP-messages-to-filter-Oracle-recordset/m-p/2234887#M24090</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-30T03:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How to use SOAP messages to filter Oracle recordset</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-use-SOAP-messages-to-filter-Oracle-recordset/m-p/2234888#M24091</link>
      <description>Thank you for your quick response. I did try that tESBProviderFault with my earlier map design using tFlowToIterate and tAccessInput as a second terminal to tESBProviderResponse. It didn't make a difference. My error still came up. 
&lt;BR /&gt;Ironically, my other map which does make use of the Lookup you illustrated actually didn't need this special null row handling. It would just leave an empty SOAP response with no type elements, just the body. 
&lt;BR /&gt;My preferred map is the one with FlowToIterate since we can process the filter in-database. How does one handle empty rows in that map? Adding tESBProviderFault didn't seem to yield. 
&lt;BR /&gt;I attached 4 screenshots but don't see them reflected in my post. Please let me know if you haven't received them. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MC2R.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148509iC5A98E8BA241AF64/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MC2R.png" alt="0683p000009MC2R.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MC0S.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/127716i441022B02E6CC244/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MC0S.png" alt="0683p000009MC0S.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCAZ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132724iECC07AC1B246F715/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCAZ.png" alt="0683p000009MCAZ.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCAe.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130202iEDF7444D966A52A8/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCAe.png" alt="0683p000009MCAe.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 30 Dec 2014 04:16:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-use-SOAP-messages-to-filter-Oracle-recordset/m-p/2234888#M24091</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-30T04:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How to use SOAP messages to filter Oracle recordset</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-use-SOAP-messages-to-filter-Oracle-recordset/m-p/2234889#M24092</link>
      <description>Hi&amp;nbsp;
&lt;BR /&gt;
&lt;PRE&gt;Could not generate the XML stream caused by: com.ctc.wstx.exc.WstxEOFException: Unexpected EOF in prolog&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&amp;nbsp;at : .&lt;/PRE&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Sorry, I don't understand what you have explained above, can you add a tLogRow before tESBProviderResponse to see what are the output data after join when you get this error?&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Wed, 31 Dec 2014 05:05:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-use-SOAP-messages-to-filter-Oracle-recordset/m-p/2234889#M24092</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-31T05:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How to use SOAP messages to filter Oracle recordset</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-use-SOAP-messages-to-filter-Oracle-recordset/m-p/2234890#M24093</link>
      <description>Hi, Here's my job run with tLogRow output attached. 
&lt;BR /&gt;tLogRowoutput_from_empty_recordset.txt.txt 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBwa.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140014i351FA3F2FD1CE4C2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBwa.png" alt="0683p000009MBwa.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MC5V.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150079i24EAAD72A8B7CA24/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MC5V.png" alt="0683p000009MC5V.png" /&gt;&lt;/span&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/249930/tLogRowoutput_from_empty_recordset.txt_20141231-1942.txt" target="_blank"&gt;tLogRowoutput_from_empty_recordset.txt_20141231-1942.txt&lt;/A&gt;</description>
      <pubDate>Wed, 31 Dec 2014 18:41:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-use-SOAP-messages-to-filter-Oracle-recordset/m-p/2234890#M24093</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-31T18:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How to use SOAP messages to filter Oracle recordset</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-use-SOAP-messages-to-filter-Oracle-recordset/m-p/2234891#M24094</link>
      <description>Hi&amp;nbsp; 
&lt;BR /&gt;From the log message, we can confirm that this error is caused by empty row. To resolve it, you have to check if the recordset extract from access DB is empty or not first, and then, trigger different processing based on the check result. For example: 
&lt;BR /&gt;tERequest-main-tXMap-tFl..rate-iterate-tAinput1-tHashOutPut-oncomponentok-tJava-runIf1-tHashInput-tXMap-tEsbProviderRes... 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -runIf2-tFixedFlowInput-tXMap- 
&lt;FONT size="2"&gt;tEsbProviderRes&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;tHashOutput: extract the data from DB and store it in memory.&lt;/FONT&gt; 
&lt;BR /&gt;tjava: check if the recordset is empty or not.&amp;nbsp; 
&lt;BR /&gt; 
&lt;PRE&gt;int nb_line=(Integer)globalMap.get("tAccessInput_1_NB_LINE");&lt;BR /&gt;if(nb_line==0){&lt;BR /&gt;globalMap.put("isEmpty",true);&lt;BR /&gt;}else{&lt;BR /&gt;globalMap.put("isEmpty", false);&lt;BR /&gt;}&lt;/PRE&gt; 
&lt;BR /&gt;Set the condition of runif1 as: 
&lt;BR /&gt; 
&lt;PRE&gt;!(Boolean)globalMap.get("isEmpty")&lt;BR /&gt;&lt;/PRE&gt; 
&lt;BR /&gt;\\It means if the recordset is not empty, read the data from memory and output them. 
&lt;BR /&gt;Set the condition of runIf2 as: 
&lt;BR /&gt; 
&lt;PRE&gt;(Boolean)globalMap.get("isEmpty")&lt;/PRE&gt; 
&lt;BR /&gt;tFixeFlowInput: customize a output message if the recordset is empty, for example, define one column on the schema, and customize the value as: 
&lt;BR /&gt; 
&lt;PRE&gt;"No rows return"&lt;/PRE&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Fri, 02 Jan 2015 04:45:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-use-SOAP-messages-to-filter-Oracle-recordset/m-p/2234891#M24094</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-02T04:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How to use SOAP messages to filter Oracle recordset</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-use-SOAP-messages-to-filter-Oracle-recordset/m-p/2234892#M24095</link>
      <description>I don't seem to have tHash* components nor for that matter, a Technical Group under my Talend Open Studio for ESB installation. Do I need to install the Data Integration exe separately?</description>
      <pubDate>Mon, 05 Jan 2015 18:36:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-use-SOAP-messages-to-filter-Oracle-recordset/m-p/2234892#M24095</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-05T18:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How to use SOAP messages to filter Oracle recordset</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-use-SOAP-messages-to-filter-Oracle-recordset/m-p/2234893#M24096</link>
      <description>Talend Data Integration Open Studio doesn't have it either. Is this only available in the Enterprise or Platform offering?</description>
      <pubDate>Tue, 06 Jan 2015 14:54:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-use-SOAP-messages-to-filter-Oracle-recordset/m-p/2234893#M24096</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-06T14:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How to use SOAP messages to filter Oracle recordset</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-use-SOAP-messages-to-filter-Oracle-recordset/m-p/2234894#M24097</link>
      <description>Hi
&lt;BR /&gt;Take a look at this KB 
&lt;A href="https://help.talend.com/pages/viewpage.action?pageId=190054401" target="_blank" rel="nofollow noopener noreferrer"&gt;article &lt;/A&gt;to know how activate tHashxxx components.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Wed, 07 Jan 2015 08:23:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-use-SOAP-messages-to-filter-Oracle-recordset/m-p/2234894#M24097</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-07T08:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How to use SOAP messages to filter Oracle recordset</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-use-SOAP-messages-to-filter-Oracle-recordset/m-p/2234895#M24098</link>
      <description>Hi SHong, Thank you for the detailed guidance. This works perfectly now, handling the null outcome. &amp;nbsp;We may close the issue now. 
&lt;BR /&gt;&amp;lt;soap:Envelope xmlns:soap=""&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;lt;soap:Body&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;root&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;result&amp;gt;No rows returned&amp;lt;/result&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/root&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;lt;/soap:Body&amp;gt; 
&lt;BR /&gt;&amp;lt;/soap:Envelope&amp;gt;</description>
      <pubDate>Sun, 11 Jan 2015 04:45:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-use-SOAP-messages-to-filter-Oracle-recordset/m-p/2234895#M24098</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-11T04:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How to use SOAP messages to filter Oracle recordset</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-use-SOAP-messages-to-filter-Oracle-recordset/m-p/2234896#M24099</link>
      <description>Hi 
&lt;BR /&gt;Great, thanks for your feedback! 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA9p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138034i5F552429DA646D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA9p.png" alt="0683p000009MA9p.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Shong</description>
      <pubDate>Mon, 12 Jan 2015 01:22:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-use-SOAP-messages-to-filter-Oracle-recordset/m-p/2234896#M24099</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-12T01:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How to use SOAP messages to filter Oracle recordset</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-use-SOAP-messages-to-filter-Oracle-recordset/m-p/2234897#M24100</link>
      <description>Thanks so much this solution helped me with the same error.</description>
      <pubDate>Wed, 09 Jan 2019 09:37:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-use-SOAP-messages-to-filter-Oracle-recordset/m-p/2234897#M24100</guid>
      <dc:creator>Tech8</dc:creator>
      <dc:date>2019-01-09T09:37:26Z</dc:date>
    </item>
  </channel>
</rss>

