Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
<SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://pimdev.optimumstores.com:8000/webservice/soap/endpoint/apikey/bab577b5ca12dc689a10a9a35e90d44b/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns1:getObjectListResponse>
<return SOAP-ENC:arrayType="ns1:Object_List_Item" xsi:type="ns1:ArrayOfObject_List_Item">
<item xsi:type="ns1:Object_List_Item">
<id xsi:type="xsd:int">37486</id>
<type xsi:type="xsd:string">object</type>
</item>
</return>
</ns1:getObjectListResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Exception in component tWebService_1
java.lang.RuntimeException: Error compiling schema from WSDL at {file:/C:/Users/ctaylor/AppData/Local/Temp/wsdl1354220577164/mainWSDL.wsdl}:
undefined simple or complex type 'soap-enc:Array'
at line 4 column 208 of schema file:/C:/Users/ctaylor/AppData/Local/Temp/wsdl1354220577164/mainWSDL.wsdl
undefined attribute 'soap-enc:arrayType'
at line 4 column 247 of schema file:/C:/Users/ctaylor/AppData/Local/Temp/wsdl1354220577164/mainWSDL.wsdl
undefined simple or complex type 'soap-enc:Array'
at line 4 column 642 of schema file:/C:/Users/ctaylor/AppData/Local/Temp/wsdl1354220577164/mainWSDL.wsdl
undefined attribute 'soap-enc:arrayType'
at line 4 column 681 of schema file:/C:/Users/ctaylor/AppData/Local/Temp/wsdl1354220577164/mainWSDL.wsdl
undefined simple or complex type 'soap-enc:Array'
at line 4 column 3837 of schema file:/C:/Users/ctaylor/AppData/Local/Temp/wsdl1354220577164/mainWSDL.wsdl
undefined attribute 'soap-enc:arrayType'
at line 4 column 3876 of schema file:/C:/Users/ctaylor/AppData/Local/Temp/wsdl1354220577164/mainWSDL.wsdl
undefined simple or complex type 'soap-enc:Array'
at line 4 column 11408 of schema file:/C:/Users/ctaylor/AppData/Local/Temp/wsdl1354220577164/mainWSDL.wsdl
undefined attribute 'soap-enc:arrayType'
at line 4 column 11447 of schema file:/C:/Users/ctaylor/AppData/Local/Temp/wsdl1354220577164/mainWSDL.wsdl
undefined simple or complex type 'soap-enc:Array'
at line 4 column 16160 of schema file:/C:/Users/ctaylor/AppData/Local/Temp/wsdl1354220577164/mainWSDL.wsdl
undefined attribute 'soap-enc:arrayType'
at line 4 column 16199 of schema file:/C:/Users/ctaylor/AppData/Local/Temp/wsdl1354220577164/mainWSDL.wsdl
undefined simple or complex type 'soap-enc:Array'
at line 4 column 16596 of schema file:/C:/Users/ctaylor/AppData/Local/Temp/wsdl1354220577164/mainWSDL.wsdl
undefined attribute 'soap-enc:arrayType'
at line 4 column 16635 of schema file:/C:/Users/ctaylor/AppData/Local/Temp/wsdl1354220577164/mainWSDL.wsdl
at org.apache.cxf.endpoint.dynamic.DynamicClientFactory$InnerErrorListener.throwException(DynamicClientFactory.java:714)
at org.apache.cxf.endpoint.dynamic.DynamicClientFactory.createClient(DynamicClientFactory.java:320)
at org.talend.webservice.helper.ServiceInvokerHelper.createClient(ServiceInvokerHelper.java:143)
at org.talend.webservice.helper.ServiceInvokerHelper.getClient(ServiceInvokerHelper.java:134)
at org.talend.webservice.helper.ServiceInvokerHelper.invoke(ServiceInvokerHelper.java:235)
at myproject.getproductlist_0_1.GetProductList.tFixedFlowInput_1Process(GetProductList.java:1248)
at myproject.getproductlist_0_1.GetProductList.runJobInTOS(GetProductList.java:1589)
at myproject.getproductlist_0_1.GetProductList.main(GetProductList.java:1442)
Caused by: org.xml.sax.SAXParseException: undefined simple or complex type 'soap-enc:Array'
at com.sun.xml.xsom.impl.parser.ParserContext$1.reportError(ParserContext.java:176)
at com.sun.xml.xsom.impl.parser.NGCCRuntimeEx.reportError(NGCCRuntimeEx.java:170)
at com.sun.xml.xsom.impl.parser.DelayedRef.resolve(DelayedRef.java:125)
at com.sun.xml.xsom.impl.parser.DelayedRef.run(DelayedRef.java:100)
at com.sun.xml.xsom.impl.parser.ParserContext.getResult(ParserContext.java:131)
at com.sun.xml.xsom.parser.XSOMParser.getResult(XSOMParser.java:226)
at com.sun.tools.xjc.ModelLoader.createXSOM(ModelLoader.java:519)
at com.sun.tools.xjc.api.impl.s2j.SchemaCompilerImpl.bind(SchemaCompilerImpl.java:236)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.cxf.common.util.ReflectionInvokationHandler.invoke(ReflectionInvokationHandler.java:52)
at $Proxy18.bind(Unknown Source)
at org.apache.cxf.endpoint.dynamic.DynamicClientFactory.createClient(DynamicClientFactory.java:318)
... 6 more