Hi Guys
I Have created a web service provider and I have called it through the Soap UI tool.
I am receiving the request document successfully to web methods integration server and invoking the service and completing the service successfully.
But I am not getting correct response in the soap UI tool.
This is the response:
<SOAP-ENV:Envelope xmlns:SOAP-ENV=“http://schemas.xmlsoap.org/soap/envelope/” xmlns:xsi=“http://www.w3.org/2001/XMLSchema-instance” xmlns:xsd=“XML Schema”>
SOAP-ENV:Body
SOAP-ENV:Fault
SOAP-ENV:Client
[ISS.0088.9133] Error while encoding RPC output
http://**************************************
webM:exception
webM:classNamecom.wm.soap.coder.SoapCoderRuntimeException</webM:className>
<webM:message xml:lang=“”>[ISC.0076.9231] Document/Literal Coder: encoding error; cant add SOAP Body Element to SOAP Message</webM:message>
</webM:exception>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Can you please help me out.
Regards
Sandeep