Forum Discussion

Torry_Harris's avatar
Torry_Harris
Occasional Contributor
17 years ago

Issue with complex array Types in SOAP Request (from SOAPUI to webMethods)

WSDL generated from webMethods 6.1 containing complex array types is not properly converted to SOAP request by SOAPUI.

Whereas, the request generated from another tool converts the complex array type as expected.
Comparing both the requests, it was observed that the SOAP request generated by SOAPUI converted the complex array type in a different way. This  SOAP request failed to be recognised by the webMethods integration server. But the other request genereated using the other tool was recognised by the integration server.

Complex type generated by SOAPUI:


                     

     



Complex type generated by another tool:




String
String




We have attached the complete WSDL, SOAP requests generated by both the tools, screenshots from SOAPUI and error from webmethods.

11 Replies