Error when executing the webservice

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!

[B][FONT=Arial Narrow][SIZE=3][FONT=Arial Narrow][SIZE=3]

[ISS.0088.9125] SOAP request does not conform to the SOAP message modelCause: [/b][/size][/font][/SIZE][/FONT][FONT=PalatinoLinotype-Roman][SIZE=3][FONT=PalatinoLinotype-Roman][SIZE=3]The SOAP message handler could not process the SOAP request because it violatesthe SOAP message schema (for example, it is missing the Body element or the Headerelement follows the body).

[/size][/FONT][/SIZE][/FONT][B][FONT=Arial Narrow][SIZE=3][FONT=Arial Narrow][SIZE=3]

Response: [/b][/size][/font][/SIZE][/FONT][FONT=PalatinoLinotype-Roman][SIZE=3][FONT=PalatinoLinotype-Roman][SIZE=3]On the client side, correct the logic that builds the message to ensure that it

produces a valid SOAP message.[/size][/FONT][/SIZE][/FONT]For more details you can please Read the "

SOAP_Developers_Guide.pdf

"

Check in your input wsdl file if you have commented any xsd namespace schema location