D
dado49
I'm trying to post xml to a server using ServerXMLHTTPRequest from an
aspx.
Dim objXML As New System.Xml.XmlDataDocument
objXML = Server.CreateObject("MSXML2.ServerXMLHTTP")
objXML.open("POST",
"https://secure1.revilution.dk/api/index.php", False)
I know msxml from aspx is not suportet. Anyone have any ideas how to do
this?
aspx.
Dim objXML As New System.Xml.XmlDataDocument
objXML = Server.CreateObject("MSXML2.ServerXMLHTTP")
objXML.open("POST",
"https://secure1.revilution.dk/api/index.php", False)
I know msxml from aspx is not suportet. Anyone have any ideas how to do
this?