How to accept XML data from an http Post using ASP.NET

The solution presented in this article uses some of my favorite parts of .NET including the System.Net.WebClient, Linq to XML, and Generics.  Recently I was asked to provide a Url address that a vendor?s service could post XML to in order to transmit transaction data to my database.  This was a new problem to me as I normally had access to a web service that I could call when ever I wanted to do this.  In this example you will be posting an xml document containing employee data to... [More]

Posted by: adamwright
Posted on: 8/12/2009 at 4:55 PM
Categories: XML | ASP.NET
Actions: Bookmark and Share
Post Information: Permalink | Comments (0) | Post RSSRSS comment feed