|    
|
|  |
From: "Tobe" Subject: Errors on Some machines Date: Thu, 30 May 2002 09:11:43 -0600
| |
We are getting an error on some machines, but not others. Some in development, some in production. But it works on most of the machines and we have put on different versions of the SOAP toolkit. We have registered the 'MSSOAP1.dll' on all machines. We have recreated the WSDL file, taken from a .NET project that contained a reference to this WebService and put it on the site and then referred to the WSDL explicitly (see commented code). Still the same problem. Any Ideas? Dim s As Object ' SOAP Object Dim sXML As String ' for storing resultant string Set s = CreateObject("MSSOAP.soapclient") s.mssoapinit "http://ninserver/webservices/webservices.asmx?wsdl", "cWebServices", "cWebServicesSoap" 's.mssoapinit "http://ninserver/webservices/webservices.wsdl", "cWebServices", "cWebServicesSoap" sXML = s.LoginInfo Also when just using "http://ninserver/webservices/webservices.asmx" on the address line of a browser, we can test the service. It responds with the correct XML string in the browser. When running the program, we get the following Error Message (which contained all of the below): WSDLReader:Analyzing the WSDL file failed HRESULT=0x80004005 - WSDLReader:Initialization of service failed HRESULT=0x80004005 - WSDLService:Initialization of the port for service CCIMSWebServices failed HRESULT=0x80004005 - WSDLPort:Analyzing the binding information for port CCIMSWebServicesSoap failed HRESULT=0x80004005 - WSDLPort:An operation for port CCIMSWebServicesSoap could not be initialized HRESULT=0x80004005 - WSDLOperation:Initializing of the input message failed for operation InfoFromNTLogins HRESULT=0x80004005 - WSDLOperation:The parameters for element parameters in operation InfoFromNTLogins could not be created. The parameters could not be expanded HRESULT=0x80004005 - WSDLOperation:The schema definition for SoapMapper InfoFromNTLogins could not be understood HRESULT=0x1
| | Post a follow up to this message... |
|  |
|