<?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 - service with parameters in Installing and Upgrading</title>
    <link>https://community.qlik.com/t5/Installing-and-Upgrading/tWebServiceInput-service-with-parameters/m-p/2398484#M8957</link>
    <description>Has anybody found a resolution on this. I am getting the same exception</description>
    <pubDate>Wed, 14 Jan 2009 07:39:39 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2009-01-14T07:39:39Z</dc:date>
    <item>
      <title>tWebServiceInput - service with parameters</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/tWebServiceInput-service-with-parameters/m-p/2398479#M8952</link>
      <description>Hello, 
&lt;BR /&gt;I use TOS 2.1.1, with the Java language. 
&lt;BR /&gt;I don't manage to use the tWebServiceInput component with a service needing parameters. 
&lt;BR /&gt;With a web service with no parameter all is OK. 
&lt;BR /&gt;The "style and use" property is "document/literal(wrapped)" and I know it's the right value. 
&lt;BR /&gt;The error I have is : 
&lt;BR /&gt; 
&lt;PRE&gt;Exception in component tWebServiceInput_1&lt;BR /&gt;AxisFault&lt;BR /&gt; faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Client&lt;BR /&gt; faultSubcode: &lt;BR /&gt; faultString: Exception occurred while trying to invoke service method sayHello&lt;BR /&gt; faultActor: &lt;BR /&gt; faultNode: &lt;BR /&gt; faultDetail: &lt;BR /&gt;	{http://xml.apache.org/axis/}stackTrace:Exception occurred while trying to invoke service method sayHello&lt;BR /&gt;	at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:222)&lt;BR /&gt;	at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:129)&lt;BR /&gt;	at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087)&lt;BR /&gt;	at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)&lt;BR /&gt;	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)&lt;BR /&gt;	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)&lt;BR /&gt;	at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)&lt;BR /&gt;	at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(Unknown Source)&lt;BR /&gt;	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)&lt;BR /&gt;	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)&lt;BR /&gt;	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)&lt;BR /&gt;	at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)&lt;BR /&gt;	at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)&lt;BR /&gt;	at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)&lt;BR /&gt;	at javax.xml.parsers.SAXParser.parse(Unknown Source)&lt;BR /&gt;	at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)&lt;BR /&gt;	at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)&lt;BR /&gt;	at org.apache.axis.Message.getSOAPEnvelope(Message.java:435)&lt;BR /&gt;	at org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)&lt;BR /&gt;	at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)&lt;BR /&gt;	at org.apache.axis.client.Call.invokeEngine(Call.java:2784)&lt;BR /&gt;	at org.apache.axis.client.Call.invoke(Call.java:2767)&lt;BR /&gt;	at org.apache.axis.client.Call.invoke(Call.java:2443)&lt;BR /&gt;	at org.apache.axis.client.Call.invoke(Call.java:2366)&lt;BR /&gt;	at org.apache.axis.client.Call.invoke(Call.java:1812)&lt;BR /&gt;	at exports_asa.test.test.tWebServiceInput_1Process(test.java:209)&lt;BR /&gt;	at exports_asa.test.test.main(test.java:428)&lt;BR /&gt;	{http://xml.apache.org/axis/}hostname:markab&lt;BR /&gt;Exception occurred while trying to invoke service method sayHello&lt;BR /&gt;	at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:222)&lt;BR /&gt;	at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:129)&lt;BR /&gt;	at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087)&lt;BR /&gt;	at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)&lt;BR /&gt;	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)&lt;BR /&gt;	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)&lt;BR /&gt;	at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)&lt;BR /&gt;	at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(Unknown Source)&lt;BR /&gt;	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)&lt;BR /&gt;	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)&lt;BR /&gt;	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)&lt;BR /&gt;	at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)&lt;BR /&gt;	at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)&lt;BR /&gt;	at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)&lt;BR /&gt;	at javax.xml.parsers.SAXParser.parse(Unknown Source)&lt;BR /&gt;	at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)&lt;BR /&gt;	at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)&lt;BR /&gt;	at org.apache.axis.Message.getSOAPEnvelope(Message.java:435)&lt;BR /&gt;	at org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)&lt;BR /&gt;	at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)&lt;BR /&gt;	at org.apache.axis.client.Call.invokeEngine(Call.java:2784)&lt;BR /&gt;	at org.apache.axis.client.Call.invoke(Call.java:2767)&lt;BR /&gt;	at org.apache.axis.client.Call.invoke(Call.java:2443)&lt;BR /&gt;	at org.apache.axis.client.Call.invoke(Call.java:2366)&lt;BR /&gt;	at org.apache.axis.client.Call.invoke(Call.java:1812)&lt;BR /&gt;	at exports_asa.test.test.tWebServiceInput_1Process(test.java:209)&lt;BR /&gt;	at exports_asa.test.test.main(test.java:428)&lt;/PRE&gt; 
&lt;BR /&gt;How to solve this problem ? 
&lt;BR /&gt;Thanks</description>
      <pubDate>Sat, 16 Nov 2024 14:34:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/tWebServiceInput-service-with-parameters/m-p/2398479#M8952</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T14:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: tWebServiceInput - service with parameters</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/tWebServiceInput-service-with-parameters/m-p/2398480#M8953</link>
      <description>Hello, 
&lt;BR /&gt;You have to use the exact parameter name , and type.
&lt;BR /&gt;Regards,
&lt;BR /&gt;Michaël.</description>
      <pubDate>Thu, 19 Jul 2007 22:02:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/tWebServiceInput-service-with-parameters/m-p/2398480#M8953</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-07-19T22:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: tWebServiceInput - service with parameters</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/tWebServiceInput-service-with-parameters/m-p/2398481#M8954</link>
      <description>That's exactly what I do. 
&lt;BR /&gt;The parameter type is String so I use java.lang.String.class and its name is "user" so I wrote "user" in the "name" column and I give a value, for example "toto" but I have the error I described.</description>
      <pubDate>Fri, 20 Jul 2007 07:05:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/tWebServiceInput-service-with-parameters/m-p/2398481#M8954</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2007-07-20T07:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: tWebServiceInput - service with parameters</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/tWebServiceInput-service-with-parameters/m-p/2398482#M8955</link>
      <description>Here this is the WSDL : 
&lt;BR /&gt; 
&lt;PRE&gt;- &amp;lt;wsdl:definitions xmlns:axis2="http://toto" xmlns:ns1="http://org.apache.axis2/xsd" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:ns0="http://toto/xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://toto"&amp;gt;&lt;BR /&gt;  &amp;lt;wsdl:documentation&amp;gt;Hello&amp;lt;/wsdl:documentation&amp;gt; &lt;BR /&gt;- &amp;lt;wsdl:types&amp;gt;&lt;BR /&gt;- &amp;lt;xs:schema xmlns:ns="http://toto/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://toto/xsd"&amp;gt;&lt;BR /&gt;- &amp;lt;xs:element name="sayHello"&amp;gt;&lt;BR /&gt;- &amp;lt;xs:complexType&amp;gt;&lt;BR /&gt;- &amp;lt;xs:sequence&amp;gt;&lt;BR /&gt;  &amp;lt;xs:element name="user" nillable="true" type="xs:string" /&amp;gt; &lt;BR /&gt;  &amp;lt;/xs:sequence&amp;gt;&lt;BR /&gt;  &amp;lt;/xs:complexType&amp;gt;&lt;BR /&gt;  &amp;lt;/xs:element&amp;gt;&lt;BR /&gt;- &amp;lt;xs:element name="sayHelloResponse"&amp;gt;&lt;BR /&gt;- &amp;lt;xs:complexType&amp;gt;&lt;BR /&gt;- &amp;lt;xs:sequence&amp;gt;&lt;BR /&gt;  &amp;lt;xs:element name="return" nillable="true" type="xs:string" /&amp;gt; &lt;BR /&gt;  &amp;lt;/xs:sequence&amp;gt;&lt;BR /&gt;  &amp;lt;/xs:complexType&amp;gt;&lt;BR /&gt;  &amp;lt;/xs:element&amp;gt;&lt;BR /&gt;  &amp;lt;/xs:schema&amp;gt;&lt;BR /&gt;  &amp;lt;/wsdl:types&amp;gt;&lt;BR /&gt;- &amp;lt;wsdl:message name="sayHelloMessage"&amp;gt;&lt;BR /&gt;  &amp;lt;wsdl:part name="part1" element="ns0:sayHello" /&amp;gt; &lt;BR /&gt;  &amp;lt;/wsdl:message&amp;gt;&lt;BR /&gt;- &amp;lt;wsdl:message name="sayHelloResponse"&amp;gt;&lt;BR /&gt;  &amp;lt;wsdl:part name="part1" element="ns0:sayHelloResponse" /&amp;gt; &lt;BR /&gt;  &amp;lt;/wsdl:message&amp;gt;&lt;BR /&gt;- &amp;lt;wsdl:portType name="HelloPortType"&amp;gt;&lt;BR /&gt;- &amp;lt;wsdl:operation name="sayHello"&amp;gt;&lt;BR /&gt;  &amp;lt;wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="axis2:sayHelloMessage" wsaw:Action="urn:sayHello" /&amp;gt; &lt;BR /&gt;  &amp;lt;wsdl:output message="axis2:sayHelloResponse" /&amp;gt; &lt;BR /&gt;  &amp;lt;/wsdl:operation&amp;gt;&lt;BR /&gt;  &amp;lt;/wsdl:portType&amp;gt;&lt;BR /&gt;- &amp;lt;wsdl:binding name="HelloSOAP11Binding" type="axis2:HelloPortType"&amp;gt;&lt;BR /&gt;  &amp;lt;soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" /&amp;gt; &lt;BR /&gt;- &amp;lt;wsdl:operation name="sayHello"&amp;gt;&lt;BR /&gt;  &amp;lt;soap:operation soapAction="urn:sayHello" style="document" /&amp;gt; &lt;BR /&gt;- &amp;lt;wsdl:input&amp;gt;&lt;BR /&gt;  &amp;lt;soap:body use="literal" /&amp;gt; &lt;BR /&gt;  &amp;lt;/wsdl:input&amp;gt;&lt;BR /&gt;- &amp;lt;wsdl:output&amp;gt;&lt;BR /&gt;  &amp;lt;soap:body use="literal" /&amp;gt; &lt;BR /&gt;  &amp;lt;/wsdl:output&amp;gt;&lt;BR /&gt;  &amp;lt;/wsdl:operation&amp;gt;&lt;BR /&gt;  &amp;lt;/wsdl:binding&amp;gt;&lt;BR /&gt;- &amp;lt;wsdl:binding name="HelloSOAP12Binding" type="axis2:HelloPortType"&amp;gt;&lt;BR /&gt;  &amp;lt;soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" /&amp;gt; &lt;BR /&gt;- &amp;lt;wsdl:operation name="sayHello"&amp;gt;&lt;BR /&gt;  &amp;lt;soap12:operation soapAction="urn:sayHello" style="document" /&amp;gt; &lt;BR /&gt;- &amp;lt;wsdl:input&amp;gt;&lt;BR /&gt;  &amp;lt;soap12:body use="literal" /&amp;gt; &lt;BR /&gt;  &amp;lt;/wsdl:input&amp;gt;&lt;BR /&gt;- &amp;lt;wsdl:output&amp;gt;&lt;BR /&gt;  &amp;lt;soap12:body use="literal" /&amp;gt; &lt;BR /&gt;  &amp;lt;/wsdl:output&amp;gt;&lt;BR /&gt;  &amp;lt;/wsdl:operation&amp;gt;&lt;BR /&gt;  &amp;lt;/wsdl:binding&amp;gt;&lt;BR /&gt;- &amp;lt;wsdl:binding name="HelloHttpBinding" type="axis2:HelloPortType"&amp;gt;&lt;BR /&gt;  &amp;lt;http:binding verb="POST" /&amp;gt; &lt;BR /&gt;- &amp;lt;wsdl:operation name="sayHello"&amp;gt;&lt;BR /&gt;  &amp;lt;http:operation location="sayHello" /&amp;gt; &lt;BR /&gt;- &amp;lt;wsdl:input&amp;gt;&lt;BR /&gt;  &amp;lt;mime:content type="text/xml" /&amp;gt; &lt;BR /&gt;  &amp;lt;/wsdl:input&amp;gt;&lt;BR /&gt;- &amp;lt;wsdl:output&amp;gt;&lt;BR /&gt;  &amp;lt;mime:content type="text/xml" /&amp;gt; &lt;BR /&gt;  &amp;lt;/wsdl:output&amp;gt;&lt;BR /&gt;  &amp;lt;/wsdl:operation&amp;gt;&lt;BR /&gt;  &amp;lt;/wsdl:binding&amp;gt;&lt;BR /&gt;- &amp;lt;wsdl:service name="Hello"&amp;gt;&lt;BR /&gt;- &amp;lt;wsdl:port name="HelloSOAP11port_http" binding="axis2:HelloSOAP11Binding"&amp;gt;&lt;BR /&gt;  &amp;lt;soap:address location="http://192.168.100.123:8080/axis2/services/Hello" /&amp;gt; &lt;BR /&gt;  &amp;lt;/wsdl:port&amp;gt;&lt;BR /&gt;- &amp;lt;wsdl:port name="HelloSOAP12port_http" binding="axis2:HelloSOAP12Binding"&amp;gt;&lt;BR /&gt;  &amp;lt;soap12:address location="http://192.168.100.123:8080/axis2/services/Hello" /&amp;gt; &lt;BR /&gt;  &amp;lt;/wsdl:port&amp;gt;&lt;BR /&gt;- &amp;lt;wsdl:port name="HelloHttpport" binding="axis2:HelloHttpBinding"&amp;gt;&lt;BR /&gt;  &amp;lt;http:address location="http://192.168.100.123:8080/axis2/services/Hello" /&amp;gt; &lt;BR /&gt;  &amp;lt;/wsdl:port&amp;gt;&lt;BR /&gt;  &amp;lt;/wsdl:service&amp;gt;&lt;BR /&gt;  &amp;lt;/wsdl:definitions&amp;gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 20 Jul 2007 07:43:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/tWebServiceInput-service-with-parameters/m-p/2398482#M8955</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2007-07-20T07:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: tWebServiceInput - service with parameters</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/tWebServiceInput-service-with-parameters/m-p/2398483#M8956</link>
      <description>I still have the problem.&lt;BR /&gt;Has anyone already encountered this problem and solved it?</description>
      <pubDate>Mon, 23 Jul 2007 15:11:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/tWebServiceInput-service-with-parameters/m-p/2398483#M8956</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2007-07-23T15:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: tWebServiceInput - service with parameters</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/tWebServiceInput-service-with-parameters/m-p/2398484#M8957</link>
      <description>Has anybody found a resolution on this. I am getting the same exception</description>
      <pubDate>Wed, 14 Jan 2009 07:39:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/tWebServiceInput-service-with-parameters/m-p/2398484#M8957</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2009-01-14T07:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: tWebServiceInput - service with parameters</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/tWebServiceInput-service-with-parameters/m-p/2398485#M8958</link>
      <description>I've the same problem too. Has anyone found the solution?</description>
      <pubDate>Fri, 24 Apr 2009 12:34:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/tWebServiceInput-service-with-parameters/m-p/2398485#M8958</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2009-04-24T12:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: tWebServiceInput - service with parameters</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/tWebServiceInput-service-with-parameters/m-p/2398486#M8959</link>
      <description>Hi all 
&lt;BR /&gt;If you want to set a complex type as input params or get some complex types result, you should use the 'Advanced Use' in Advanced settings tab. See 6226 and 1991. 
&lt;BR /&gt;Please try to reproduce the examples provided on component. 
&lt;BR /&gt;Let me know if you get any problems. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; shong</description>
      <pubDate>Wed, 29 Apr 2009 04:49:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/tWebServiceInput-service-with-parameters/m-p/2398486#M8959</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-04-29T04:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: tWebServiceInput - service with parameters</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/tWebServiceInput-service-with-parameters/m-p/2398487#M8960</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Could you to reproduce the examples ? There is no screenshot on this topic and topic&amp;nbsp;&lt;SPAN&gt;6226, 1991&amp;nbsp;doesn't&amp;nbsp;exist.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;My error is:&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;Exception in component tWebServiceInput_1 (JOB_TALEND)&lt;BR /&gt;AxisFault&lt;BR /&gt;faultCode: {&lt;A href="http://schemas.xmlsoap.org/soap/envelope/}Server.userException" target="_blank" rel="nofollow noopener noreferrer"&gt;http://schemas.xmlsoap.org/soap/envelope/}Server.userException&lt;/A&gt;&lt;BR /&gt;faultSubcode:&lt;BR /&gt;faultString: org.xml.sax.SAXException: No deserializer for&amp;nbsp;XXXXXXXX (&lt;STRONG&gt;Array&lt;/STRONG&gt;)&lt;BR /&gt;faultActor:&lt;BR /&gt;faultNode:&lt;BR /&gt;faultDetail:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;We have 5 parameters on Input but it's OK (no error).&lt;/P&gt; 
&lt;P&gt;The problem it's for&amp;nbsp;&lt;SPAN&gt;get a complex type result but i don't know how we can get this on Advanced Setting. Thank's for your help !&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 13:50:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/tWebServiceInput-service-with-parameters/m-p/2398487#M8960</guid>
      <dc:creator>param75</dc:creator>
      <dc:date>2018-11-19T13:50:42Z</dc:date>
    </item>
  </channel>
</rss>

