<returnMessage xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://www.secretsite.com/">
<ErrorName>Success</ErrorName>
<ErrorDescription>Rejected - Duplicate from same vendor</ErrorDescription>
<LeadID>12731285</LeadID>
<ClientAvailable>false</ClientAvailable>
</returnMessage>
You can get the value above from webservice right ? After that , you can use Class XmlDocument to load the data.
Samu Zhang
Microsoft Online Community Support
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question.
Samu Zhang -...
All-Star
62163 Points
6101 Posts
Re: XML and HTML
Apr 01, 2008 07:03 AM|LINK
Hi kolucoms6,
The content of xmlfile13.xml is
<returnMessage xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.secretsite.com/">
<ErrorName>Success</ErrorName>
<ErrorDescription>Rejected - Duplicate from same vendor</ErrorDescription>
<LeadID>12731285</LeadID>
<ClientAvailable>false</ClientAvailable>
</returnMessage>
You can get the value above from webservice right ? After that , you can use Class XmlDocument to load the data.
Samu Zhang
Microsoft Online Community Support
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question.