Download the msxml 4 core services sdk from msdn.com. Install this on development machine and look in the docs for serverHttpXml class, there are plenty of examples of doing what you want. You will need to install just the dll's on the server if this is a separate machine. You can either use the above download and uncheck the help file whilst installing or there is a redistributable with just the parser etc.
You can send xml as an xml document or as a string.
Joe (MVP - xml)
|