I am looking for an example of how, in C#, to put a xml document in the message body of a http request and then parse the response. I\'ve read the documentation but I would just
You should use the WebRequest class.
WebRequest
There is an annotated sample available here to send data:
http://msdn.microsoft.com/en-us/library/debx8sh9.aspx