Hi,
I have an .aspx page that I use to collect data from another company. They send the data by calling the page with a HTTP GET and listing the datain a querystring. I pick up the values using the request.querystring method and all is fine. I want to change to another company who offer the data via posting an XML file to my page. How do I go about catching the information?

Any help much appreciated.