<?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: Web services output in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Web-services-output/m-p/2199296#M2284</link>
    <description>Hello dweaver 
&lt;BR /&gt;It is built on the latest version 2.4 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
    <pubDate>Thu, 29 May 2008 03:45:51 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2008-05-29T03:45:51Z</dc:date>
    <item>
      <title>Web services output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Web-services-output/m-p/2199282#M2270</link>
      <description>Hi guys, thanks for the nice work so far!
&lt;BR /&gt;But here goes a question:
&lt;BR /&gt;I'm consuming a web service with your tWebServiceInput component and I'm getting the soap message instead of the actual list of results that my web service produces. It seams that you cannot parse complex types.
&lt;BR /&gt;Could you please tell-me what kind of lists Talend can properly parse? Is Talend expecting specific names for the list and list element xml nodes?
&lt;BR /&gt;Also: Do I have to configure the output schema in any special way?
&lt;BR /&gt;The output of my web service is something like:
&lt;BR /&gt;&amp;lt;?xml version="1.0" encoding="utf-8" ?&amp;gt; 
&lt;BR /&gt;&amp;lt;ArrayOfMyClass xmlns:xsi="
&lt;A href="http://www.w3.org/2001/XMLSchema-instance" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/A&gt;" xmlns:xsd="
&lt;A href="http://www.w3.org/2001/XMLSchema" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.w3.org/2001/XMLSchema&lt;/A&gt;" xmlns="
&lt;A href="http://xxx.com/webservices/xxx" target="_blank" rel="nofollow noopener noreferrer"&gt;http://xxx.com/webservices/xxx&lt;/A&gt;"&amp;gt;
&lt;BR /&gt; &amp;lt;MyClass&amp;gt;
&lt;BR /&gt; &amp;lt;b&amp;gt;10&amp;lt;/b&amp;gt; 
&lt;BR /&gt; &amp;lt;/MyClass&amp;gt;
&lt;BR /&gt; &amp;lt;MyClass&amp;gt;
&lt;BR /&gt; &amp;lt;b&amp;gt;11&amp;lt;/b&amp;gt; 
&lt;BR /&gt; &amp;lt;/MyClass&amp;gt;
&lt;BR /&gt; &amp;lt;MyClass&amp;gt;
&lt;BR /&gt; &amp;lt;b&amp;gt;12&amp;lt;/b&amp;gt; 
&lt;BR /&gt; &amp;lt;/MyClass&amp;gt;
&lt;BR /&gt;&amp;lt;/ArrayOfMyClass&amp;gt;
&lt;BR /&gt;My web service is done using Managed C++ returning System::Collections::Generic::List&amp;lt;MyClass^&amp;gt;I^.
&lt;BR /&gt;The class is
&lt;BR /&gt; 
&lt;BR /&gt; public ref class MyClass
&lt;BR /&gt; {
&lt;BR /&gt; public:
&lt;BR /&gt; int b;
&lt;BR /&gt; };
&lt;BR /&gt;And the WSDL part that describes my class is:
&lt;BR /&gt; &amp;lt;s:element name="GetArray"&amp;gt;
&lt;BR /&gt; &amp;lt;s:complexType /&amp;gt;
&lt;BR /&gt; &amp;lt;/s:element&amp;gt;
&lt;BR /&gt; &amp;lt;s:element name="GetArrayResponse"&amp;gt;
&lt;BR /&gt; &amp;lt;s:complexType&amp;gt;
&lt;BR /&gt; &amp;lt;s:sequence&amp;gt;
&lt;BR /&gt; &amp;lt;s:element minOccurs="0" maxOccurs="1" name="GetArrayResult" type="tns:ArrayOfMyClass" /&amp;gt;
&lt;BR /&gt; &amp;lt;/s:sequence&amp;gt;
&lt;BR /&gt; &amp;lt;/s:complexType&amp;gt;
&lt;BR /&gt; &amp;lt;/s:element&amp;gt;
&lt;BR /&gt; &amp;lt;s:complexType name="ArrayOfMyClass"&amp;gt;
&lt;BR /&gt; &amp;lt;s:sequence&amp;gt;
&lt;BR /&gt; &amp;lt;s:element minOccurs="0" maxOccurs="unbounded" name="MyClass" nillable="true" type="tns:MyClass" /&amp;gt;
&lt;BR /&gt; &amp;lt;/s:sequence&amp;gt;
&lt;BR /&gt; &amp;lt;/s:complexType&amp;gt;
&lt;BR /&gt; &amp;lt;s:complexType name="MyClass"&amp;gt;
&lt;BR /&gt; &amp;lt;s:sequence&amp;gt;
&lt;BR /&gt; &amp;lt;s:element minOccurs="1" maxOccurs="1" name="b" type="s:int" /&amp;gt;
&lt;BR /&gt; &amp;lt;/s:sequence&amp;gt;
&lt;BR /&gt; &amp;lt;/s:complexType&amp;gt;
&lt;BR /&gt;Thanks!
&lt;BR /&gt;HB</description>
      <pubDate>Sat, 16 Nov 2024 14:28:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Web-services-output/m-p/2199282#M2270</guid>
      <dc:creator>hbandarra</dc:creator>
      <dc:date>2024-11-16T14:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: Web services output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Web-services-output/m-p/2199283#M2271</link>
      <description>Found a not so elegant solution of using a tParseXMLRow after the tWebServiceInput with:
&lt;BR /&gt;- Loop XPath query = "/GetListResult/MyClass" (strange that the tWebServiceInput component substitutes the 'ArrayOfMyClass' with a 'GetListResult')
&lt;BR /&gt;- Mapping: column 'b' XPath query = "b"
&lt;BR /&gt;Does an imediate way exists?
&lt;BR /&gt;Thx,
&lt;BR /&gt;HB</description>
      <pubDate>Thu, 17 Jan 2008 18:07:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Web-services-output/m-p/2199283#M2271</guid>
      <dc:creator>hbandarra</dc:creator>
      <dc:date>2008-01-17T18:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: Web services output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Web-services-output/m-p/2199284#M2272</link>
      <description>Hi 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Also: Do I have to configure the output schema in any special way?&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;tWebServiceInput also support the following type: List, Array and Map, besides the base data types. 
&lt;BR /&gt;If the method return a list, the schema will get the value from list in order. 
&lt;BR /&gt;Here is a schema(for example): 
&lt;BR /&gt;myClass1(int) 
&lt;BR /&gt;myClass2(int) 
&lt;BR /&gt;a list {10,11,12,...} 
&lt;BR /&gt;result will be 
&lt;BR /&gt;myClass1--&amp;gt;10 
&lt;BR /&gt;myClass2--&amp;gt;11 
&lt;BR /&gt;PS: Currently, tWebServiceInput doesn't support any Object type returned by method or any Object type as parameter. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; shong</description>
      <pubDate>Fri, 18 Jan 2008 02:54:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Web-services-output/m-p/2199284#M2272</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-01-18T02:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: Web services output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Web-services-output/m-p/2199285#M2273</link>
      <description>Thanks shong, 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;PS: Currently, tWebServiceInput doesn't support any Object type returned by method or any Object type as parameter.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;So you mean that the problem is in my WSDL by describing the result type as beeing a complex type, or just because it has the wrong name (like, it should be called 'List' instead of 'ArrayOfMyClass')? 
&lt;BR /&gt;&amp;lt;s:element minOccurs="0" maxOccurs="1" name="GetArrayResult" type="tns: 
&lt;FONT color="blue"&gt;ArrayOfMyClass&lt;/FONT&gt;" /&amp;gt; 
&lt;BR /&gt;&amp;lt;s: 
&lt;FONT color="blue"&gt;complexType&lt;/FONT&gt; name="ArrayOfMyClass"&amp;gt; 
&lt;BR /&gt; &amp;lt;s:sequence&amp;gt; 
&lt;BR /&gt; ... 
&lt;BR /&gt;Do you have an example of a working WSDL with a list of items you can give-me? 
&lt;BR /&gt;Many thanks, 
&lt;BR /&gt;HB</description>
      <pubDate>Fri, 18 Jan 2008 08:48:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Web-services-output/m-p/2199285#M2273</guid>
      <dc:creator>hbandarra</dc:creator>
      <dc:date>2008-01-18T08:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: Web services output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Web-services-output/m-p/2199286#M2274</link>
      <description>Hi HB 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;It seams that you cannot parse complex types.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Yes, you are right. tWebServiceInput doesnn't support complex types. So, it can't work well in your scenario, because your method return System::Collections::Generic::List&amp;lt;MyClass^&amp;gt;I^ , MyClass is a class (Object type), the element of list should be base data type. 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; shong</description>
      <pubDate>Sat, 19 Jan 2008 09:32:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Web-services-output/m-p/2199286#M2274</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-01-19T09:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: Web services output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Web-services-output/m-p/2199287#M2275</link>
      <description>Thanks shong. I'll keep my tParseXMLRow then. 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAB6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158321i00588DF41617C922/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAB6.png" alt="0683p000009MAB6.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Mon, 21 Jan 2008 13:44:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Web-services-output/m-p/2199287#M2275</guid>
      <dc:creator>hbandarra</dc:creator>
      <dc:date>2008-01-21T13:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: Web services output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Web-services-output/m-p/2199288#M2276</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Thanks shong. I'll keep my tParseXMLRow then. &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAB6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158321i00588DF41617C922/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAB6.png" alt="0683p000009MAB6.png" /&gt;&lt;/span&gt;&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;hi hbandarra, 
&lt;BR /&gt;Could you please explain how to use tParseXMLRow to get an Array of Complex Type?</description>
      <pubDate>Wed, 23 Jan 2008 19:47:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Web-services-output/m-p/2199288#M2276</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-01-23T19:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: Web services output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Web-services-output/m-p/2199289#M2277</link>
      <description>Of course! 
&lt;BR /&gt;For the example above, I've created a tParseXMLRow with the following properties: 
&lt;BR /&gt;Loop XPath Query = "/GetArrayResult/MyClass" 
&lt;BR /&gt;(You can see this 'GetArrayResult' in your Web Service's WSDL, something like 
&lt;BR /&gt;http://localhost/MyWebServer/MyWebService.asmx?WSDL) 
&lt;BR /&gt;Mapping: 
&lt;BR /&gt; Column = b, Xpath query = "b" 
&lt;BR /&gt; if I had, for example another column c in MyClass I could add: 
&lt;BR /&gt; Column = c, Xpath query = "c" 
&lt;BR /&gt;Hope it helped!</description>
      <pubDate>Mon, 28 Jan 2008 11:15:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Web-services-output/m-p/2199289#M2277</guid>
      <dc:creator>hbandarra</dc:creator>
      <dc:date>2008-01-28T11:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: Web services output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Web-services-output/m-p/2199290#M2278</link>
      <description>I tryied it but keep getting the same error. Please look the picture a send. 
&lt;BR /&gt;SEVERE: Exception: 
&lt;BR /&gt;org.xml.sax.SAXException: No deserializer defined for array type {http://192.168.0.200:8080/openbravo/services/sugarCRMIntegration}BPartner 
&lt;BR /&gt; at org.apache.axis.encoding.ser.ArrayDeserializer.onStartElement(ArrayDeserializer.java:276) 
&lt;BR /&gt; at org.apache.axis.encoding.DeserializerImpl.startElement(DeserializerImpl.java:393) 
&lt;BR /&gt; at org.apache.axis.encoding.DeserializationContext.startElement(DeserializationContext.java:1048) 
&lt;BR /&gt; at org.apache.axis.message.SAX2EventRecorder.replay(SAX2EventRecorder.java:165) 
&lt;BR /&gt; at org.apache.axis.message.MessageElement.publishToHandler(MessageElement.java:1141) 
&lt;BR /&gt; at org.apache.axis.message.RPCElement.deserialize(RPCElement.java:236) 
&lt;BR /&gt; at org.apache.axis.message.RPCElement.getParams(RPCElement.java:384) 
&lt;BR /&gt; at org.apache.axis.client.Call.invoke(Call.java:2467) 
&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 org.talend.DynamicInvoker.invokeMethod(DynamicInvoker.java:257) 
&lt;BR /&gt; at org.talend.DynamicInvoker.main(DynamicInvoker.java:137) 
&lt;BR /&gt; at org.talend.DynamicInvoker.main(DynamicInvoker.java:107) 
&lt;BR /&gt; at justatest.webserviceintegrationwithintermediary.WebServiceIntegrationWithIntermediary.tWebServiceInput_1Process(WebServiceIntegrationWithIntermediary.java:164) 
&lt;BR /&gt; at justatest.webserviceintegrationwithintermediary.WebServiceIntegrationWithIntermediary.runJob(WebServiceIntegrationWithIntermediary.java:476) 
&lt;BR /&gt; at justatest.webserviceintegrationwithintermediary.WebServiceIntegrationWithIntermediary.main(WebServiceIntegrationWithIntermediary.java:399) 
&lt;BR /&gt;Exception in component tWebServiceInput_1 
&lt;BR /&gt;AxisFault 
&lt;BR /&gt; faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException 
&lt;BR /&gt; faultSubcode: 
&lt;BR /&gt; faultString: org.xml.sax.SAXException: No deserializer defined for array type {http://192.168.0.200:8080/openbravo/services/sugarCRMIntegration}BPartner 
&lt;BR /&gt; faultActor: 
&lt;BR /&gt; faultNode: 
&lt;BR /&gt; faultDetail: 
&lt;BR /&gt; {http://xml.apache.org/axis/}stackTrace 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA5A.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143082iB236712184B767DA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA5A.png" alt="0683p000009MA5A.png" /&gt;&lt;/span&gt;rg.xml.sax.SAXException: No deserializer defined for array type {http://192.168.0.200:8080/openbravo/services/sugarCRMIntegration}BPartner 
&lt;BR /&gt; at org.apache.axis.encoding.ser.ArrayDeserializer.onStartElement(ArrayDeserializer.java:276) 
&lt;BR /&gt; at org.apache.axis.encoding.DeserializerImpl.startElement(DeserializerImpl.java:393) 
&lt;BR /&gt; at org.apache.axis.encoding.DeserializationContext.startElement(DeserializationContext.java:1048) 
&lt;BR /&gt; at org.apache.axis.message.SAX2EventRecorder.replay(SAX2EventRecorder.java:165) 
&lt;BR /&gt; at org.apache.axis.message.MessageElement.publishToHandler(MessageElement.java:1141) 
&lt;BR /&gt; at org.apache.axis.message.RPCElement.deserialize(RPCElement.java:236) 
&lt;BR /&gt; at org.apache.axis.message.RPCElement.getParams(RPCElement.java:384) 
&lt;BR /&gt; at org.apache.axis.client.Call.invoke(Call.java:2467) 
&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 org.talend.DynamicInvoker.invokeMethod(DynamicInvoker.java:257) 
&lt;BR /&gt; at org.talend.DynamicInvoker.main(DynamicInvoker.java:137) 
&lt;BR /&gt; at org.talend.DynamicInvoker.main(DynamicInvoker.java:107) 
&lt;BR /&gt; at justatest.webserviceintegrationwithintermediary.WebServiceIntegrationWithIntermediary.tWebServiceInput_1Process(WebServiceIntegrationWithIntermediary.java:164) 
&lt;BR /&gt; at justatest.webserviceintegrationwithintermediary.WebServiceIntegrationWithIntermediary.runJob(WebServiceIntegrationWithIntermediary.java:476) 
&lt;BR /&gt; at justatest.webserviceintegrationwithintermediary.WebServiceIntegrationWithIntermediary.main(WebServiceIntegrationWithIntermediary.java:399)</description>
      <pubDate>Mon, 28 Jan 2008 17:37:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Web-services-output/m-p/2199290#M2278</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-01-28T17:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: Web services output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Web-services-output/m-p/2199291#M2279</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;I tryied it but keep getting the same error. Please look the picture a send.&lt;BR /&gt;SEVERE: Exception:&lt;BR /&gt;org.xml.sax.SAXException: No deserializer defined for array type {http://192.168.0.200:8080/openbravo/services/sugarCRMIntegration}BPartner&lt;BR /&gt; at org.apache.axis.encoding.ser.ArrayDeserializer.onStartElement(ArrayDeserializer.java:276)&lt;BR /&gt; at org.apache.axis.encoding.DeserializerImpl.startElement(DeserializerImpl.java:393)&lt;BR /&gt; at org.apache.axis.encoding.DeserializationContext.startElement(DeserializationContext.java:1048)&lt;BR /&gt; at org.apache.axis.message.SAX2EventRecorder.replay(SAX2EventRecorder.java:165)&lt;BR /&gt; at org.apache.axis.message.MessageElement.publishToHandler(MessageElement.java:1141)&lt;BR /&gt; at org.apache.axis.message.RPCElement.deserialize(RPCElement.java:236)&lt;BR /&gt; at org.apache.axis.message.RPCElement.getParams(RPCElement.java:384)&lt;BR /&gt; at org.apache.axis.client.Call.invoke(Call.java:2467)&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 org.talend.DynamicInvoker.invokeMethod(DynamicInvoker.java:257)&lt;BR /&gt; at org.talend.DynamicInvoker.main(DynamicInvoker.java:137)&lt;BR /&gt; at org.talend.DynamicInvoker.main(DynamicInvoker.java:107)&lt;BR /&gt; at justatest.webserviceintegrationwithintermediary.WebServiceIntegrationWithIntermediary.tWebServiceInput_1Process(WebServiceIntegrationWithIntermediary.java:164)&lt;BR /&gt; at justatest.webserviceintegrationwithintermediary.WebServiceIntegrationWithIntermediary.runJob(WebServiceIntegrationWithIntermediary.java:476)&lt;BR /&gt; at justatest.webserviceintegrationwithintermediary.WebServiceIntegrationWithIntermediary.main(WebServiceIntegrationWithIntermediary.java:399)&lt;BR /&gt;Exception in component tWebServiceInput_1&lt;BR /&gt;AxisFault&lt;BR /&gt; faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException&lt;BR /&gt; faultSubcode: &lt;BR /&gt; faultString: org.xml.sax.SAXException: No deserializer defined for array type {http://192.168.0.200:8080/openbravo/services/sugarCRMIntegration}BPartner&lt;BR /&gt; faultActor: &lt;BR /&gt; faultNode: &lt;BR /&gt; faultDetail: &lt;BR /&gt; {http://xml.apache.org/axis/}stackTrace&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA5A.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143082iB236712184B767DA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA5A.png" alt="0683p000009MA5A.png" /&gt;&lt;/span&gt;rg.xml.sax.SAXException: No deserializer defined for array type {http://192.168.0.200:8080/openbravo/services/sugarCRMIntegration}BPartner&lt;BR /&gt; at org.apache.axis.encoding.ser.ArrayDeserializer.onStartElement(ArrayDeserializer.java:276)&lt;BR /&gt; at org.apache.axis.encoding.DeserializerImpl.startElement(DeserializerImpl.java:393)&lt;BR /&gt; at org.apache.axis.encoding.DeserializationContext.startElement(DeserializationContext.java:1048)&lt;BR /&gt; at org.apache.axis.message.SAX2EventRecorder.replay(SAX2EventRecorder.java:165)&lt;BR /&gt; at org.apache.axis.message.MessageElement.publishToHandler(MessageElement.java:1141)&lt;BR /&gt; at org.apache.axis.message.RPCElement.deserialize(RPCElement.java:236)&lt;BR /&gt; at org.apache.axis.message.RPCElement.getParams(RPCElement.java:384)&lt;BR /&gt; at org.apache.axis.client.Call.invoke(Call.java:2467)&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 org.talend.DynamicInvoker.invokeMethod(DynamicInvoker.java:257)&lt;BR /&gt; at org.talend.DynamicInvoker.main(DynamicInvoker.java:137)&lt;BR /&gt; at org.talend.DynamicInvoker.main(DynamicInvoker.java:107)&lt;BR /&gt; at justatest.webserviceintegrationwithintermediary.WebServiceIntegrationWithIntermediary.tWebServiceInput_1Process(WebServiceIntegrationWithIntermediary.java:164)&lt;BR /&gt; at justatest.webserviceintegrationwithintermediary.WebServiceIntegrationWithIntermediary.runJob(WebServiceIntegrationWithIntermediary.java:476)&lt;BR /&gt; at justatest.webserviceintegrationwithintermediary.WebServiceIntegrationWithIntermediary.main(WebServiceIntegrationWithIntermediary.java:399)&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Hi. I am receiving a similar error to this. Did you or anyone else find a solution to this?</description>
      <pubDate>Wed, 14 May 2008 20:21:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Web-services-output/m-p/2199291#M2279</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-05-14T20:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: Web services output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Web-services-output/m-p/2199292#M2280</link>
      <description>Turns out this problem is because of the complex data types.  I can get data when the project is in perl, but not in Java.  &lt;BR /&gt;I have opened the following issue for this:&lt;BR /&gt;&lt;A href="http://www.talendforge.org/bugs/view.php?id=3814" rel="nofollow noopener noreferrer"&gt;http://www.talendforge.org/bugs/view.php?id=3814&lt;/A&gt;</description>
      <pubDate>Fri, 16 May 2008 17:47:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Web-services-output/m-p/2199292#M2280</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-05-16T17:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: Web services output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Web-services-output/m-p/2199293#M2281</link>
      <description>Any update on this? I got a message on bugtracker that someone was going to contact me about a button on the advanced menu. Only thing I see is a check box for the stats.</description>
      <pubDate>Tue, 27 May 2008 19:29:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Web-services-output/m-p/2199293#M2281</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-05-27T19:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: Web services output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Web-services-output/m-p/2199294#M2282</link>
      <description>Hello 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;I got a message on bugtracker that someone was going to contact me about a button on the advanced menu. Only thing I see is a check box for the stats.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;This button is only available on Java project now. I have sent a email to parham, a Talend designer. He will give some explaination about this issue. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; shong</description>
      <pubDate>Wed, 28 May 2008 04:26:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Web-services-output/m-p/2199294#M2282</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-05-28T04:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: Web services output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Web-services-output/m-p/2199295#M2283</link>
      <description>Hi, are you sure this is on my version?    (TIS 2.3.2.r12707)&lt;BR /&gt;  I don't see it on a java project.</description>
      <pubDate>Wed, 28 May 2008 23:03:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Web-services-output/m-p/2199295#M2283</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-05-28T23:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Web services output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Web-services-output/m-p/2199296#M2284</link>
      <description>Hello dweaver 
&lt;BR /&gt;It is built on the latest version 2.4 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Thu, 29 May 2008 03:45:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Web-services-output/m-p/2199296#M2284</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-05-29T03:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: Web services output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Web-services-output/m-p/2199297#M2285</link>
      <description>I wasn't aware that this is a stable build.</description>
      <pubDate>Thu, 29 May 2008 15:56:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Web-services-output/m-p/2199297#M2285</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-05-29T15:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: Web services output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Web-services-output/m-p/2199298#M2286</link>
      <description>Can you please let us know what is the Advance option in 2.4 I see that there is a WSDL2java button,but then how do one map the complex data types using this? please help</description>
      <pubDate>Fri, 30 May 2008 20:30:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Web-services-output/m-p/2199298#M2286</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2008-05-30T20:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: Web services output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Web-services-output/m-p/2199299#M2287</link>
      <description>Hello
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Can you please let us know what is the Advance option in 2.4 I see that there is a WSDL2java button,but then how do one map the complex data types using this? please help&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Pease read 2997
&lt;BR /&gt;Best regards
&lt;BR /&gt; shong</description>
      <pubDate>Mon, 02 Jun 2008 05:18:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Web-services-output/m-p/2199299#M2287</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-06-02T05:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: Web services output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Web-services-output/m-p/2199300#M2288</link>
      <description>Hello
&lt;BR /&gt;About the complex type in tWebServiceInput, we design a new button "WSDL2Java" to process this case in version 2.4.
&lt;BR /&gt;as we know tWebServiceInput is a webservice client provide by TOS, and it can work with the FLOW link with others TOS components to complete an integral job.
&lt;BR /&gt;"WSDL2java" it will generate a stub client, and then user can write some simple code with the stub, it is a common use way with the webservice client, 
&lt;BR /&gt;and nearly all the people create the client following this way. So, TOS support this function, it can deal with all the case. but need user write some code. 
&lt;BR /&gt;I add a usecase about the this button, please see:
&lt;A href="http://www.talendforge.org/bugs/view.php?id=3814" target="_blank" rel="nofollow noopener noreferrer"&gt;tWebServiceInput_test.zip&lt;/A&gt;, it contains a TOS java project, and a war file. I test it on Tomcat5.5. it is ok. It can show how TOS process the complex type in webservice.
&lt;BR /&gt;regards
&lt;BR /&gt;xtan</description>
      <pubDate>Mon, 02 Jun 2008 12:40:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Web-services-output/m-p/2199300#M2288</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-06-02T12:40:46Z</dc:date>
    </item>
  </channel>
</rss>

