Can anyone please tell
how can I post XML data from
vb.net and receive read it in an asp page for further processing ?
This is what I am trying without success.
*-*-*-*-*
Dim a As New MSXML2.ServerXMLHTTP40
Dim URLstr As String
URLstr = "http://ab/cd/ec/temp.asp"
a.open("POST", URLstr, False)
a.send()
*-*-*-*-*
Thanks for helping.
Vipul Bhatt.
