SoapDocumentMethod?

nz_linuxer

New member
Joined
Apr 24, 2004
Messages
1
Hi
Does any one know how send a SAOP reponse as is. for example I want to send an XML document as a response but this reponse should be dropped exactly in the Soap body without a return name.

<name></name>
<address></address> should be sent in the Soap response as

<Soap:body>
<name></name>
<address></address>
</soap:body>

not as
<Soap:body>
<methodresult>
<name></name>
<address></address>
</methodresult>
</soap:body>

I have tried every thing from literl, bare ,wrapped but in vain

Any help appreciated asap
Thanks
 
Back
Top