Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...