SET soapClient=Server.CreateObject("MSSOAP.SoapClient30")
soapClient.ClientProperty("ServerHTTPRequest") = True 
Call soapClient.mssoapinit("http://192.168.0.1/Service.asmx?WSDL")   
strin=soapClient.fa("TBJSSPAC1","138108","请接收")
Response.write strin 在有的电脑运行这代码没有问题,在有的电脑出现了下面错误
WSDLReader 错误 '80020009' WSDLReader:Loading of the WSDL file failed HRESULT=0x80040154: 没有注册类别 - Client:An unanticipated error occurred during the processing of this request. HRESULT=0x80040154: 没有注册类别 /text.asp,行 4