Hello I have a xml document in string that I am trying to post to a url.
string xml = File.ReadAllText(Server.MapPath(\"~/test.txt\")); myurl=(uri+Server
Try the mini-library I posted here. You'd use it like:
HTTP_Post(uri, Server.UrlEncode(xml), DataType.XML)
I don't know if it'd handle the specific field name you need to use, though.