nz_linuxer Posted April 24, 2004 Posted April 24, 2004 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 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.