<?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 avoid issue on tsoap output when soap response is null in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-avoid-issue-on-tsoap-output-when-soap-response-is-null/m-p/2232459#M22414</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;many thanks for your interest in my issue because it's crucial for me.&lt;/P&gt;
&lt;P&gt;Issue is here in italic and underlined because null response is given by the SOAP if Actions are OK (it can't be modified ), So i have to find a solution to escape this issue on Talend&amp;nbsp; &amp;nbsp; :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;currentComponent="tSOAP_1";&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;soapUtil_tSOAP_1.invokeSOAP(org.talend.soap.SOAPUtil.SOAP11,"&lt;A href="http://10.110.5.68:11003/wsi/&amp;quot;,&amp;quot;CONTR_SERVICES.ADD&amp;quot;,row7.Soap.toString" target="_blank" rel="nofollow noopener noreferrer"&gt;http://10.110.5.68:11003/wsi/","CONTR_SERVICES.ADD",row7.Soap.toString&lt;/A&gt;());&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;// for output&lt;BR /&gt;&lt;BR /&gt;row4 = new row4Struct();&lt;BR /&gt;&lt;BR /&gt;&lt;U&gt;&lt;EM&gt;row4.Header = soapUtil_tSOAP_1.getReHeaderMessage();&lt;/EM&gt;&lt;/U&gt;&lt;BR /&gt;&lt;U&gt;&lt;EM&gt;if(soapUtil_tSOAP_1.hasFault()){&lt;/EM&gt;&lt;/U&gt;&lt;BR /&gt;&lt;U&gt;&lt;EM&gt;row4.Fault = soapUtil_tSOAP_1.getReFaultMessage();&lt;/EM&gt;&lt;/U&gt;&lt;BR /&gt;&lt;U&gt;&lt;EM&gt;}else{&lt;/EM&gt;&lt;/U&gt;&lt;BR /&gt;&lt;U&gt;&lt;EM&gt;row4.Body = soapUtil_tSOAP_1.getReBodyMessage()&lt;/EM&gt;&lt;/U&gt;;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;tos_count_tSOAP_1++;&lt;/P&gt;</description>
    <pubDate>Mon, 04 May 2020 14:13:17 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-05-04T14:13:17Z</dc:date>
    <item>
      <title>How to avoid issue on tsoap output when soap response is null</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-avoid-issue-on-tsoap-output-when-soap-response-is-null/m-p/2232457#M22412</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;i try to call a WS using TSOAP and the action is performed well but TSOAP is returning issue due to null Output of the webservice.&lt;/P&gt;&lt;P&gt;And Job is stopped.&lt;/P&gt;&lt;P&gt;Someone had already encountering the same issue and how to by-pass or solve it.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Here is the error I got:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Exception in component tSOAP_1&lt;BR /&gt;java.lang.NullPointerException&lt;BR /&gt;at org.talend.soap.SOAPUtil.invokeSOAP(SOAPUtil.java:111)&lt;BR /&gt;at bgh.test_ws_0_1.TEST_WS.tFileList_1Process(TEST_WS.java:991)&lt;BR /&gt;at bgh.test_ws_0_1.TEST_WS.runJobInTOS(TEST_WS.java:1389)&lt;BR /&gt;at bgh.test_ws_0_1.TEST_WS.main(TEST_WS.java:1246)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:33:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-avoid-issue-on-tsoap-output-when-soap-response-is-null/m-p/2232457#M22412</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T02:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid issue on tsoap output when soap response is null</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-avoid-issue-on-tsoap-output-when-soap-response-is-null/m-p/2232458#M22413</link>
      <description>Do you use context variables or global variables on tSOAP component? For NPE, we need to investigate where/which step throws the error. If you are Java developer, you can launch the job with Java debug model, and debug the generated code to see where the error is thrown.
&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Apr 2020 07:26:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-avoid-issue-on-tsoap-output-when-soap-response-is-null/m-p/2232458#M22413</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-30T07:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid issue on tsoap output when soap response is null</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-avoid-issue-on-tsoap-output-when-soap-response-is-null/m-p/2232459#M22414</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;many thanks for your interest in my issue because it's crucial for me.&lt;/P&gt;
&lt;P&gt;Issue is here in italic and underlined because null response is given by the SOAP if Actions are OK (it can't be modified ), So i have to find a solution to escape this issue on Talend&amp;nbsp; &amp;nbsp; :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;currentComponent="tSOAP_1";&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;soapUtil_tSOAP_1.invokeSOAP(org.talend.soap.SOAPUtil.SOAP11,"&lt;A href="http://10.110.5.68:11003/wsi/&amp;quot;,&amp;quot;CONTR_SERVICES.ADD&amp;quot;,row7.Soap.toString" target="_blank" rel="nofollow noopener noreferrer"&gt;http://10.110.5.68:11003/wsi/","CONTR_SERVICES.ADD",row7.Soap.toString&lt;/A&gt;());&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;// for output&lt;BR /&gt;&lt;BR /&gt;row4 = new row4Struct();&lt;BR /&gt;&lt;BR /&gt;&lt;U&gt;&lt;EM&gt;row4.Header = soapUtil_tSOAP_1.getReHeaderMessage();&lt;/EM&gt;&lt;/U&gt;&lt;BR /&gt;&lt;U&gt;&lt;EM&gt;if(soapUtil_tSOAP_1.hasFault()){&lt;/EM&gt;&lt;/U&gt;&lt;BR /&gt;&lt;U&gt;&lt;EM&gt;row4.Fault = soapUtil_tSOAP_1.getReFaultMessage();&lt;/EM&gt;&lt;/U&gt;&lt;BR /&gt;&lt;U&gt;&lt;EM&gt;}else{&lt;/EM&gt;&lt;/U&gt;&lt;BR /&gt;&lt;U&gt;&lt;EM&gt;row4.Body = soapUtil_tSOAP_1.getReBodyMessage()&lt;/EM&gt;&lt;/U&gt;;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;tos_count_tSOAP_1++;&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2020 14:13:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-avoid-issue-on-tsoap-output-when-soap-response-is-null/m-p/2232459#M22414</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-04T14:13:17Z</dc:date>
    </item>
  </channel>
</rss>

