Passing XML Document back using SOAP

R

Rippo

Hi, Is soap the correct way to pass a XML document back from a Web
service in ASP.NET 1.1? Or do I not need to bother with the
Soap:Envelope and Soap:Body. I am slighty confused if this the proper
approach. Any help will be appreciated. Thanks Richard

<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:xsi="http://
www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/
XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/
envelope/"> said:
<Person>
<idMember>101109</idMember>
<Email>[email protected]</Email>
<Status>Inserted</Status>
</Person>
<Person>
<idMember>-1</idMember>
<Email />
<Status>Error - Email is empty </Status>
</Person>
</People>]]></stringXML></PostDocument></soap:Body></soap:Envelope>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,578
Members
45,052
Latest member
LucyCarper

Latest Threads

Top