Hi,
I am facing some serious issues with webservice both while calling a webservice as well as while exposing a service . I am using webMethods 7.1.3
- While calling a webservice —
I have created consumer with the WSDL provided. I have given the input document generated by WSDL (with all valid values) as the Request docuemnt in “pub.client:soapclient” input. Correct User/pwd has been provided. Rest of the inputs are already defined in connector. Now while executing the service, i am getting error-
[ISS.0088.9135] A WMDocument Exception was thrown in the server, usually because an XML block was not well-formed
Instead of using the connector , If I call the webservice using pub.client:http or SoapUI, I am getting proper response. But I have to call ws through connector only.
- I have created a service in webMethods with defined input and output. Now to expose it, I have created a provider. Through the provider I could get the WSDL URL. To test my service, I have created a consumer using the sameWSDL URL. but the input/output document structure gets changed in the connector. I could see 2 more top level documents created above the document i had defined. Also a string list got changed to A document with a stringlist field. i have set the stateless property as true for the exposed webservice.
Now both the provider and consumer are not working. Need an early solution to this issue. Also I tried applying fix - IS_7.1.3_Core_Fix15.zip but of no help.
Any help on this will be appreciated !!
Thanks,