<?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 filter response from tSoap and print them? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-filter-response-from-tSoap-and-print-them/m-p/2364258#M128035</link>
    <description>Hi Rhall, 
&lt;BR /&gt;Thanks for your response. 
&lt;BR /&gt;I am not getting output for second type of response from tsoap, so I am not getting anything to match with txmlmap. 
&lt;BR /&gt; 
&lt;BR /&gt;Anyway, my question is how to save request sent and output of tsoap before passing it to txmlextract. 
&lt;BR /&gt;To make it understand in more simpler way, let me modify the job design: 
&lt;BR /&gt;tMSsqlinput-------&amp;gt;tFlowToIterate--------&amp;gt;tSoap---------&amp;gt;tlogrowerror. 
&lt;BR /&gt;Now, how these two types of output can be seperated and saved? 
&lt;BR /&gt;Thank you. 
&lt;BR /&gt;Amal</description>
    <pubDate>Wed, 08 Jul 2015 15:57:35 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-07-08T15:57:35Z</dc:date>
    <item>
      <title>How to filter response from tSoap and print them?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-filter-response-from-tSoap-and-print-them/m-p/2364256#M128033</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;Following is the job design:&lt;BR /&gt;tMSsqlinput-------&amp;gt;tFlowToIterate--------&amp;gt;tSoap---------&amp;gt;tExtractXmlField----------&amp;gt;tlogrowerrors_log_errors.&lt;BR /&gt;I am getting two types of output from tSoap (in tlogrowerrors_log_errors, when put before tExtractXmlField). &lt;BR /&gt;First type:&lt;BR /&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;BR /&gt;&amp;lt;soap:Envelope xmlns:soap=""&amp;gt;&amp;lt;soap:Body&amp;gt;&amp;lt;ns2:getMappingsResponse xmlns:ns2=""&amp;gt;&amp;lt;return&amp;gt;&amp;lt;beanId&amp;gt;0&amp;lt;/beanId&amp;gt;&amp;lt;code&amp;gt;1094087&amp;lt;/code&amp;gt;&amp;lt;codeDisplayName&amp;gt;Arginine 6 MG/ML / Histidine 4.29 MG/ML / Isoleucine 4.62 MG/ML / Leucine 7.26 MG/ML / Lysine 5.35 MG/ML / Methionine 7.26 MG/ML / Phenylalanine 7.26 MG/ML / Threonine 3.3 MG/ML / Tryptophan 1.65 MG/ML / Valine 5.28 MG/ML Injectable Solution [Aminosyn-RF 5.2 %, Sulfite-Free]&amp;lt;/codeDisplayName&amp;gt;&amp;lt;codeSystem&amp;gt;RXNORM&amp;lt;/codeSystem&amp;gt;&amp;lt;codeSystemDisplayName&amp;gt;RXNORM&amp;lt;/codeSystemDisplayName&amp;gt;&amp;lt;communityId&amp;gt;0&amp;lt;/communityId&amp;gt;&amp;lt;defaultCommunity&amp;gt;true&amp;lt;/defaultCommunity&amp;gt;&amp;lt;outbound&amp;gt;true&amp;lt;/outbound&amp;gt;&amp;lt;sendMasterMap&amp;gt;false&amp;lt;/sendMasterMap&amp;gt;&amp;lt;sendOneToMany&amp;gt;false&amp;lt;/sendOneToMany&amp;gt;&amp;lt;sendOneToManyForAllCodeSystems&amp;gt;false&amp;lt;/sendOneToManyForAllCodeSystems&amp;gt;&amp;lt;toCodeSystem&amp;gt;RXNORM&amp;lt;/toCodeSystem&amp;gt;&amp;lt;/return&amp;gt;&amp;lt;/ns2:getMappingsResponse&amp;gt;&amp;lt;/soap:Body&amp;gt;&amp;lt;/soap:Envelope&amp;gt;&lt;BR /&gt;Second type:&lt;BR /&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;BR /&gt;&amp;lt;soap:Envelope xmlns:soap=""&amp;gt;&amp;lt;soap:Body&amp;gt;&amp;lt;ns2:getMappingsResponse xmlns:ns2=""&amp;gt;&amp;lt;/ns2:getMappingsResponse&amp;gt;&amp;lt;/soap:Body&amp;gt;&amp;lt;/soap:Envelope&amp;gt;&lt;BR /&gt;Now the problem is, if I pass(row----&amp;gt;main) second type of output from tSoap, to tExtractXmlField, I dont get it parsed in the final tlogrowerror, but if I pass(row-------&amp;gt;main) first type, I get output in tlogrowerror.&lt;BR /&gt;&lt;BR /&gt;My question is, is there anyway that we can filter these two type of outputs from tSoap and get it printed. I want separate list of first type of output from tSoap from which I get response and I want separate list of all second type of output from tSoap from which I am not getting any response.&amp;nbsp; I need these as I would be able to check the request which I am sending is correct or wrong.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Amal Raj Kashyap&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2015 22:30:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-filter-response-from-tSoap-and-print-them/m-p/2364256#M128033</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-07T22:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter response from tSoap and print them?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-filter-response-from-tSoap-and-print-them/m-p/2364257#M128034</link>
      <description>The easiest way to do this is to find something you can use as a key. For example, if there is always a particular element in one type that is not in the other type, you could carry out a XPath Query for that element in the tExtractXMLField component. You would also have to pass the whole XML document out of the tExtractXMLField component with the result of the element query. The next component would be a tMap component. Use the result of the element you queried to decide which tMap output to send the data to and then process the data according to the XML type.&lt;BR /&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;tMSsqlinput-------&amp;gt;tFlowToIterate--------&amp;gt;tSoap---------&amp;gt;tExtractXmlField----------&amp;gt;tMap-------------&amp;gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;tExtractXmlField&lt;/FONT&gt;&lt;/FONT&gt;[font=Verdana, Helvetica, Arial, sans-serif]&lt;FONT size="1"&gt;&amp;nbsp;(type1)&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;&lt;/FONT&gt;[/font]|-------------&amp;gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;tExtractXmlField (type2)&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Tue, 07 Jul 2015 23:53:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-filter-response-from-tSoap-and-print-them/m-p/2364257#M128034</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-07T23:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter response from tSoap and print them?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-filter-response-from-tSoap-and-print-them/m-p/2364258#M128035</link>
      <description>Hi Rhall, 
&lt;BR /&gt;Thanks for your response. 
&lt;BR /&gt;I am not getting output for second type of response from tsoap, so I am not getting anything to match with txmlmap. 
&lt;BR /&gt; 
&lt;BR /&gt;Anyway, my question is how to save request sent and output of tsoap before passing it to txmlextract. 
&lt;BR /&gt;To make it understand in more simpler way, let me modify the job design: 
&lt;BR /&gt;tMSsqlinput-------&amp;gt;tFlowToIterate--------&amp;gt;tSoap---------&amp;gt;tlogrowerror. 
&lt;BR /&gt;Now, how these two types of output can be seperated and saved? 
&lt;BR /&gt;Thank you. 
&lt;BR /&gt;Amal</description>
      <pubDate>Wed, 08 Jul 2015 15:57:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-filter-response-from-tSoap-and-print-them/m-p/2364258#M128035</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-08T15:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter response from tSoap and print them?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-filter-response-from-tSoap-and-print-them/m-p/2364259#M128036</link>
      <description>If you are not getting a response for the second type of XML it suggests a problem with the SOAP service you are calling. Is it a Talend service or another service? Do you have a WSDL so you can work out what you should be getting?</description>
      <pubDate>Wed, 08 Jul 2015 16:09:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-filter-response-from-tSoap-and-print-them/m-p/2364259#M128036</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-08T16:09:30Z</dc:date>
    </item>
  </channel>
</rss>

