the connection with the server was terminated abnormally xmlhttp
问题 I have this asp page test1.asp in the same server (different website) than this webservice. Thing is when i try to run this code sUrl = "http://chat.xxxxx.com/UCWebServices/Chat.asmx/GetChatQueueByAddress?queueAddress=SALESCHAT" result = HTTPPost(sUrl) response.Write result Function HTTPPost(sUrl) set oHTTP = CreateObject("Msxml2.ServerXMLHTTP") oHTTP.open "GET", sUrl,false oHTTP.send <-- it fails here <-- it fails here <-- it fails here <-- if oHTTP.Status = 200 Then HTTPPost oHTTP