<?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 extract  value from tsoap in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/how-to-extract-value-from-tsoap/m-p/2264559#M44357</link>
    <description>&lt;P&gt;Oh, sorry I misunderstood. All you need to do then is to add a tMap after your tSoap. This will be used to pass through your XML data and to add an extra column for the country code. Just set the globalMap expression you showed in your first post, in the extra output column.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 01 Aug 2019 18:37:49 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-08-01T18:37:49Z</dc:date>
    <item>
      <title>how to extract  value from tsoap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-extract-value-from-tsoap/m-p/2264556#M44354</link>
      <description>&lt;P&gt;Hi ,&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;i want to extract "countryCode" from tsoap and load it into sql server&amp;nbsp; .&lt;/P&gt; 
&lt;P&gt;i try&amp;nbsp; with this job but i got the value null in the sql table&amp;nbsp; .&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture1.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M6Ts.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153013i453A48B0F00CCEFB/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M6Ts.png" alt="0683p000009M6Ts.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture2.PNG" style="width: 801px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M6U2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157796i0D4B05486976421B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M6U2.png" alt="0683p000009M6U2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture3.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M6OZ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140112i521B45AB2C5B4DDC/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M6OZ.png" alt="0683p000009M6OZ.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;Any help please !&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:05:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-extract-value-from-tsoap/m-p/2264556#M44354</guid>
      <dc:creator>hiba1</dc:creator>
      <dc:date>2024-11-16T05:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: how to extract  value from tsoap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-extract-value-from-tsoap/m-p/2264557#M44355</link>
      <description>&lt;P&gt;You are looking at this the wrong way I think. The tSoap component will return XML. You need to know the format of the return message before you think about this. Remove all components (deactivate them, don't delete them) and add a tLogRow directly after the tSoap component. This will print the XML to the output window. Show us what is returned and we can help you extract it.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2019 23:25:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-extract-value-from-tsoap/m-p/2264557#M44355</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-31T23:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: how to extract  value from tsoap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-extract-value-from-tsoap/m-p/2264558#M44356</link>
      <description>&lt;P&gt;Hi ,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;in fact I have already extracted all the data of xml returned by tsoap and I insert them into the table sql .... as you notice I have a dynamic variable in the message soap "countryCode" ... this variable will be recovering with each iteration of the coup I can have all the xml in the response of tsoap (in short the xml are cities each identified by the countryCode) what I want is to insert these countryCode with its cities. I can not do this join.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;exemple: whene the "countrycode" = A&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;the xml be like this :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;BR /&gt;&amp;lt;envelope&amp;gt;&lt;BR /&gt;&amp;lt;header&amp;gt;&lt;BR /&gt;&amp;lt;version port="4002" host="ns001tow.netstorming.net"&amp;gt;1.6.1&amp;lt;/version&amp;gt;&lt;BR /&gt;&amp;lt;timestamp&amp;gt;20190731102936&amp;lt;/timestamp&amp;gt;&lt;BR /&gt;&amp;lt;/header&amp;gt;&lt;BR /&gt;&amp;lt;response type="cities" product="hotel"&amp;gt;&lt;BR /&gt;&amp;lt;cities timestamp="20030423170100"&amp;gt;&lt;BR /&gt;&amp;lt;city&amp;gt;&lt;BR /&gt;&amp;lt;code value="GRZ"/&amp;gt;&lt;BR /&gt;&amp;lt;city_tax value="true"/&amp;gt;&lt;BR /&gt;&amp;lt;names&amp;gt;&lt;BR /&gt;&amp;lt;name language="ru" value="GRAZ"/&amp;gt;&lt;BR /&gt;&amp;lt;name language="fr" value="GRAZ"/&amp;gt;&lt;BR /&gt;&amp;lt;name language="en" value="GRAZ"/&amp;gt;&lt;BR /&gt;&amp;lt;name language="hr" value="GRAZ"/&amp;gt;&lt;BR /&gt;&amp;lt;name language="ca" value="GRAZ"/&amp;gt;&lt;BR /&gt;&amp;lt;name language="de" value="GRAZ"/&amp;gt;&lt;BR /&gt;&amp;lt;name language="it" value="GRAZ"/&amp;gt;&lt;BR /&gt;&amp;lt;name language="pt-br" value="GRAZ"/&amp;gt;&lt;BR /&gt;&amp;lt;name language="sl" value="GRAZ"/&amp;gt;&lt;BR /&gt;&amp;lt;name language="es" value="GRAZ"/&amp;gt;&lt;BR /&gt;&amp;lt;/names&amp;gt;&lt;BR /&gt;&amp;lt;/city&amp;gt;&lt;BR /&gt;&amp;lt;city&amp;gt;&lt;BR /&gt;&amp;lt;code value="TLLN"/&amp;gt;&lt;BR /&gt;&amp;lt;city_tax value="false"/&amp;gt;&lt;BR /&gt;&amp;lt;names&amp;gt;&lt;BR /&gt;&amp;lt;name language="ru" value="TULLN AN DER DONAU"/&amp;gt;&lt;BR /&gt;&amp;lt;name language="fr" value="TULLN AN DER DONAU"/&amp;gt;&lt;BR /&gt;&amp;lt;name language="en" value="TULLN AN DER DONAU"/&amp;gt;&lt;BR /&gt;&amp;lt;name language="zh" value="TULLN AN DER DONAU"/&amp;gt;&lt;BR /&gt;&amp;lt;name language="hr" value="TULLN AN DER DONAU"/&amp;gt;&lt;BR /&gt;&amp;lt;name language="ca" value="TULLN AN DER DONAU"/&amp;gt;&lt;BR /&gt;&amp;lt;name language="de" value="TULLN AN DER DONAU"/&amp;gt;&lt;BR /&gt;&amp;lt;name language="it" value="TULLN AN DER DONAU"/&amp;gt;&lt;BR /&gt;&amp;lt;name language="pt-br" value="TULLN AN DER DONAU"/&amp;gt;&lt;BR /&gt;&amp;lt;name language="es" value="TULLN AN DER DONAU"/&amp;gt;&lt;BR /&gt;&amp;lt;name language="sl" value="TULLN AN DER DONAU"/&amp;gt;&lt;BR /&gt;&amp;lt;name language="ja" value="TULLN AN DER DONAU"/&amp;gt;&lt;BR /&gt;&amp;lt;name language="pl" value="TULLN AN DER DONAU"/&amp;gt;&lt;BR /&gt;&amp;lt;/names&amp;gt;&lt;BR /&gt;&amp;lt;/city&amp;gt;&lt;BR /&gt;&amp;lt;city&amp;gt;&lt;BR /&gt;&amp;lt;code value="VIE"/&amp;gt;&lt;BR /&gt;&amp;lt;city_tax value="true"/&amp;gt;&lt;BR /&gt;&amp;lt;names&amp;gt;&lt;BR /&gt;&amp;lt;name language="ru" value="ВЕНА"/&amp;gt;&lt;BR /&gt;&amp;lt;name language="fr" value="VIENNE"/&amp;gt;&lt;BR /&gt;&amp;lt;name language="en" value="VIENNA"/&amp;gt;&lt;BR /&gt;&amp;lt;name language="nl" value="VIENNA"/&amp;gt;&lt;BR /&gt;&amp;lt;name language="hr" value="BEC"/&amp;gt;&lt;BR /&gt;&amp;lt;name language="ca" value="VIENA"/&amp;gt;&lt;BR /&gt;&amp;lt;name language="de" value="WIEN"/&amp;gt;&lt;BR /&gt;&amp;lt;name language="it" value="VIENNA"/&amp;gt;&lt;BR /&gt;&amp;lt;name language="pt-br" value="VIENNA"/&amp;gt;&lt;BR /&gt;&amp;lt;name language="sl" value="DUNAJ"/&amp;gt;&lt;BR /&gt;&amp;lt;name language="es" value="VIENA"/&amp;gt;&lt;BR /&gt;&amp;lt;/names&amp;gt;&lt;BR /&gt;&amp;lt;/city&amp;gt;&lt;BR /&gt;&amp;lt;/cities&amp;gt;&lt;BR /&gt;&amp;lt;/response&amp;gt;&lt;BR /&gt;&amp;lt;/envelope&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2019 11:47:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-extract-value-from-tsoap/m-p/2264558#M44356</guid>
      <dc:creator>hiba1</dc:creator>
      <dc:date>2019-08-01T11:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: how to extract  value from tsoap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-extract-value-from-tsoap/m-p/2264559#M44357</link>
      <description>&lt;P&gt;Oh, sorry I misunderstood. All you need to do then is to add a tMap after your tSoap. This will be used to pass through your XML data and to add an extra column for the country code. Just set the globalMap expression you showed in your first post, in the extra output column.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2019 18:37:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-extract-value-from-tsoap/m-p/2264559#M44357</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-01T18:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to extract  value from tsoap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-extract-value-from-tsoap/m-p/2264560#M44358</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks, your solution worked&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2019 10:09:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-extract-value-from-tsoap/m-p/2264560#M44358</guid>
      <dc:creator>hiba1</dc:creator>
      <dc:date>2019-08-02T10:09:40Z</dc:date>
    </item>
  </channel>
</rss>

