我用ASP写的程序,用soap调用另外一台服务器上的web service,出现以下错误:
错误类型:
WSDLReader (0x80020009)
WSDLReader:XML Parser failed at linenumber 0,lineposition 0,reason is: A security error occurred HRESULT=0x1: 函数不正确。 - WSDLReader:Loading of the WSDL file failed HRESULT=0x80070057: 参数不正确。 - Client:One of the parameters supplied is invalid. HRESULT=0x80070057: 参数不正确。
望高手指教!
代码:
Set soapclient = CreateObject("MSSOAP.SoapClient30")
soapclient.ClientProperty("ServerHTTPRequest") = True
call soapclient.mssoapinit ("https://219.141.223.81/groupuserbatchcheck21/services/BatchRpcCheck?WSDL","BatchCheckService","BatchRpcCheck") --第20行
提示第20行出错

