Importing a wsdl with more than one namespace

0
When Importing a wsdl with more than one namespace the response cannot be mapped to domain. We have imported a external wsdl with multiple namespaces the response of this webservice cannot be mapped to our domain because the response comes with multiple namespaces..... See below the response: <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"> <SOAP-ENV:Body xmlns:NS2="urn:RemoteTypeCls" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <NS1:SubmitJobResponse xmlns:NS1="urn:soapActIntf-ISoapAct"> <return href="#1" /> </NS1:SubmitJobResponse> <NS2:TSubmitJobResult id="1" xsi:type="NS2:TSubmitJobResult"> <SubmitSuccess xsi:type="xsd:int">0</SubmitSuccess> <SubmitMessage xsi:type="xsd:string">Success</SubmitMessage> <SubmitJobInfStruc href="#2" /> <SubmitResultFile xsi:type="xsd:base64Binary">PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48TlphX0RvY1JlcXVlc3Q+PERv Y0hlYWRlciBQUERvY1R5cGU9IlNpZ25pbmdEb2N1bWVudCIgRG9jVGVtcGxhdGVOYW1lPSJPRFRL RG9jX1dMWi0yMDE1IiBEb2NNYWluU3R5bGU9IlZlcjkiPjwvDQo=</SubmitResultFile> </NS2:TSubmitJobResult> <NS2:SubmitJobInfStruc id="2" xsi:type="NS2:TSubmitJobInfStruc"> <SubmitSOAPActionName xsi:type="xsd:string">SignDoc_T</SubmitSOAPActionName> <SubmitOriginalFileName xsi:type="xsd:string">SignDoc_12333-00300_30032015091220</SubmitOriginalFileName> <SubmitVariableList xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="NS2:TVariableUnit[0]" /> </NS2:SubmitJobInfStruc> </SOAP-ENV:Body> </SOAP-ENV:Envelope>
asked
0 answers