Hi All,
I have an issue with webservices. I have provided a WSDL for a service. The WSDL is for SOAP-RPC protocol using RPC directive. I expect a simple XML string from my partner to be posted to my webservice, since its not SOAP-MSG, i have told him that he need no post a SOAP message with sOAP ENV and SOAP BODY to me. When he posts an XML to my webservice, he gets the following error message.
SOAP-ENV:Fault
SOAP-ENV:Client
[ISS.0088.9125] SOAP request does not conform to the SOAP message model
I dont understand why is my service expecting a SOAP message. I just have xmlStringToNode and xmlNodeToDocument. I dont have getBodyParts service.
He is using soapUI utility to post messages. I checked my WSDL alo and in the input i see input type as string and not any.
I though when we use SOAP-RPC we need not use SOAP message we can use XML string also to post messages.
Appreciate!