Dim objSoapClient   As New SoapClient
objSoapClient.ClientProperty("ServerHTTPRequest") = TrueCall objSoapClient.mssoapinit("http://localhost/PCWebSrv1/Service1.asmx?WSDL", "Service1", "Service1Soap")
Dim ss As String
ss = objSoapClient.CanWeFixIt()
最后一句有错误:Client: The connector could not be created. There might be an invalid endPoint specified in the WSDL file"