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 serviceTo: NULL Date: 3/9/2008 9:29:00 PM "Martin Honnen" <mahotrash@y...> wrote in message news:eD4Bi3dgIHA.1132@T...... > 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); > oops cut'n'pasting my bad. -- Anthony Jones - MVP ASP/ASP.NET | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
