I am trying to send an XML message to a web url, but am
having some difficulty making it work. I keep getting
HTTP error 500 Internal Server Error back everytime I try
to post the file.
I am using the WebRequest object and reading the XML file
into a filestream which gets copied to to the WebRequests
GetRequestStream object.
Can anybody help me with this ??