C
c676228
Hi all,
Set objXMLHTTP =server.Createobject("MSXML2.ServerXMLHTTP")
objXMLHttp.Open "POST", GatewayHost, False
....'get objXML
'I have a legitimate xml as I can see from
Response.Write objXML.xml & "<br>"
but when I execute this statement
objXMLHttp.send objXML
I got the following error.
* Category: msxml3.dll
* Description: Unspecified error
Could someone tell me what I should do to debug?
I just don't know where to find out the issue if "unspecified error" comes up.
thanks,
Set objXMLHTTP =server.Createobject("MSXML2.ServerXMLHTTP")
objXMLHttp.Open "POST", GatewayHost, False
....'get objXML
'I have a legitimate xml as I can see from
Response.Write objXML.xml & "<br>"
but when I execute this statement
objXMLHttp.send objXML
I got the following error.
* Category: msxml3.dll
* Description: Unspecified error
Could someone tell me what I should do to debug?
I just don't know where to find out the issue if "unspecified error" comes up.
thanks,