<?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: twebserviceinput error when optionnal optional arguments not sent in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/twebserviceinput-error-when-optionnal-optional-arguments-not/m-p/2301797#M73864</link>
    <description>tsoap looks to need fixed xml request.&lt;BR /&gt;How can it be variable?&lt;BR /&gt;Anyway... so the problem with twebserviceinput is a known issue? Will it be fixed?&lt;BR /&gt;Regards</description>
    <pubDate>Wed, 24 Jun 2015 09:15:09 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-06-24T09:15:09Z</dc:date>
    <item>
      <title>twebserviceinput error when optionnal optional arguments not sent</title>
      <link>https://community.qlik.com/t5/Talend-Studio/twebserviceinput-error-when-optionnal-optional-arguments-not/m-p/2301794#M73861</link>
      <description>Hi!
&lt;BR /&gt;I try to call a webservice with twebserviceinput.
&lt;BR /&gt;The webservice takes 5 arguments, 2 are optionnal.
&lt;BR /&gt;With php, I have no problem to call the webservice with only the 3 required arguments.
&lt;BR /&gt;With Talend, if I only send these 3 arguments, I have the following error message:
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;&lt;FONT color="#ff0000"&gt;Exception in component tWebServiceInput_1&lt;BR /&gt;java.lang.RuntimeException: Need 5 arguments!!!&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.DynamicInvoker.invokeMethod(DynamicInvoker.java:324)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.DynamicInvoker.main(DynamicInvoker.java:190)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.DynamicInvoker.main(DynamicInvoker.java:131)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at generatesmartfocuanalysisreport.get_sf_clicks_2_0_1.Get_SF_Clicks_2.tFixedFlowInput_2Process(Get_SF_Clicks_2.java:4304)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at generatesmartfocuanalysisreport.get_sf_clicks_2_0_1.Get_SF_Clicks_2.tOracleConnection_1Process(Get_SF_Clicks_2.java:6233)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at generatesmartfocuanalysisreport.get_sf_clicks_2_0_1.Get_SF_Clicks_2.runJobInTOS(Get_SF_Clicks_2.java:6531)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at generatesmartfocuanalysisreport.get_sf_clicks_2_0_1.Get_SF_Clicks_2.main(Get_SF_Clicks_2.java:6316)&lt;/FONT&gt;&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Any way to call the webservice with only the 3 required arguments?
&lt;BR /&gt;Regards</description>
      <pubDate>Tue, 23 Jun 2015 10:36:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/twebserviceinput-error-when-optionnal-optional-arguments-not/m-p/2301794#M73861</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-23T10:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: twebserviceinput error when optionnal optional arguments not sent</title>
      <link>https://community.qlik.com/t5/Talend-Studio/twebserviceinput-error-when-optionnal-optional-arguments-not/m-p/2301795#M73862</link>
      <description>Try tWebservice or tSOAP component.</description>
      <pubDate>Tue, 23 Jun 2015 11:54:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/twebserviceinput-error-when-optionnal-optional-arguments-not/m-p/2301795#M73862</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-23T11:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: twebserviceinput error when optionnal optional arguments not sent</title>
      <link>https://community.qlik.com/t5/Talend-Studio/twebserviceinput-error-when-optionnal-optional-arguments-not/m-p/2301796#M73863</link>
      <description>With twebservice, I have the issue described here: 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCouHCAS" target="_blank" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/resolved-Get-multiple-results-from-tWebService/td-p/98065&lt;/A&gt; 
&lt;BR /&gt;I take a look at tsoap. 
&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 23 Jun 2015 13:05:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/twebserviceinput-error-when-optionnal-optional-arguments-not/m-p/2301796#M73863</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-23T13:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: twebserviceinput error when optionnal optional arguments not sent</title>
      <link>https://community.qlik.com/t5/Talend-Studio/twebserviceinput-error-when-optionnal-optional-arguments-not/m-p/2301797#M73864</link>
      <description>tsoap looks to need fixed xml request.&lt;BR /&gt;How can it be variable?&lt;BR /&gt;Anyway... so the problem with twebserviceinput is a known issue? Will it be fixed?&lt;BR /&gt;Regards</description>
      <pubDate>Wed, 24 Jun 2015 09:15:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/twebserviceinput-error-when-optionnal-optional-arguments-not/m-p/2301797#M73864</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-24T09:15:09Z</dc:date>
    </item>
  </channel>
</rss>

