Altova Mailing List Archives>Archive Index >microsoft.public.xml Archive Home >Recent entries >Thread Prev - Re: consume XML document in web service >Thread Next - Re: consume XML document in web service Re: consume XML document in web serviceTo: NULL Date: 3/9/2008 1:06:00 PM Anthony Jones wrote: > You can use either XmlDocument or XPathDocument (XPathDocument is readonly > but uses less resources). > > //C# > Using System.Xml > . . . > XmlDocument doc = new XmlDocument(Request.InputStream); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ That does not work, you need XmlDocument doc = new XmlDocument(); doc.Load(Request.InputStream); -- Martin Honnen --- MVP XML http://JavaScript.FAQTs.com/ | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
