我在同一个服务器(不同网站)上拥有这一页码测试。 当时正试图实施该法典。
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.responseText
End if
End Function
%>
i 得出以下错误:
msxml3.dll差错 80072efe
与服务器的连接被异常终止
i og开这个问题的思维,可能有些小 b,可以轻易解决,但会遇到一些问题。 使之发挥作用并不容易。
if we run the same page from anywhere else, then it works.
任何想法?