<?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: Response size Limitation for TSoap in Talend Open Studio in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Response-size-Limitation-for-TSoap-in-Talend-Open-Studio/m-p/2239509#M27278</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;The return result of web service is a string with XML format, you can use tExtractXMLField component to extract the value after tSOAP.&lt;BR /&gt;tSOAP--main--tExtactXMLField--main--output.&lt;/P&gt;
&lt;P&gt;Let us know if it is OK with you.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
    <pubDate>Fri, 19 Apr 2019 10:41:03 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-04-19T10:41:03Z</dc:date>
    <item>
      <title>Response size Limitation for TSoap in Talend Open Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Response-size-Limitation-for-TSoap-in-Talend-Open-Studio/m-p/2239508#M27277</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;Im using Talend Open Studio for Data Migration for get response from Soap service and insert into SQL database. Im facing size limitation issue when extracting data from Soap Service response. Large part of response is missing when output tSoap output. The response coming as encoded with base 64 from soap service and it will decode through from java code using tJavaRow.&lt;BR /&gt;The encoded response actual size length which get from Postman Client is &lt;STRONG&gt;155467158&lt;/STRONG&gt;. But when getting response size from tsoap from Talend Open studio is &lt;STRONG&gt;16325&lt;/STRONG&gt;,most of the data is missing. The below is the screen shot of the Talend job design.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The below code is used inside of tJavaRow.&lt;/P&gt; 
&lt;P&gt;String encodeList = sss.encodeByte;&lt;BR /&gt;System.out.print(encodeList);&lt;/P&gt; 
&lt;P&gt;byte[] buf = new sun.misc.BASE64Decoder().decodeBuffer(encodeList);&lt;BR /&gt;String decodeList = new String(buf, java.nio.charset.StandardCharsets.UTF_8);&lt;BR /&gt;context.OutputXMLEM = decodeList;&lt;BR /&gt;System.out.print(decodeList);&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Could you tell me is there any way to get whole response from tSoap?&lt;/P&gt;</description>
      <pubDate>Sun, 07 Apr 2019 09:40:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Response-size-Limitation-for-TSoap-in-Talend-Open-Studio/m-p/2239508#M27277</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-07T09:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Response size Limitation for TSoap in Talend Open Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Response-size-Limitation-for-TSoap-in-Talend-Open-Studio/m-p/2239509#M27278</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;The return result of web service is a string with XML format, you can use tExtractXMLField component to extract the value after tSOAP.&lt;BR /&gt;tSOAP--main--tExtactXMLField--main--output.&lt;/P&gt;
&lt;P&gt;Let us know if it is OK with you.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2019 10:41:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Response-size-Limitation-for-TSoap-in-Talend-Open-Studio/m-p/2239509#M27278</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-19T10:41:03Z</dc:date>
    </item>
  </channel>
</rss>

