The posted data will be on the Request - try something like: protected void Page_Load(object sender, EventArgs e)
{ XmlDocument incomingXML = new XmlDocument(); incomingXML.Load(Request.InputStream); ... } On Tue, Jul 8, 2008 at 8:43 AM, Mark Nicholls <[EMAIL PROTECTED]> wrote: > I've got a 3rd party system that can be configured to post XML files via > http posts. > > This sort of thing is a bit over my head. How do I receive an http post? > > =================================== > This list is hosted by DevelopMentor(R) http://www.develop.com > > View archives and manage your subscription(s) at > http://discuss.develop.com > =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com