I created a Web Service (which I'm calling from an ASP page on the same machine) that runs fine on my local machine (XP Pro) but when I move it over to our Dev Server (Win2k Advanced Server) I get this error:
WSDLReader:Loading of the WSDL file failed HRESULT=0x80070057 - WSDLReader:XML Parser failed at linenumber 0, lineposition 0, reason is: System error: -2146697208. HRESULT=0x1
Here is my code on the ASP Page:
Set oSOAP = Server.CreateObject("MSSOAP.SoapClient")
oSOAP.ClientProperty("ServerHTTPRequest") = True
oSOAP.mssoapinit("http://localhost/ClientResponse/Process.asmx?wsdl")
I have:
- Installed both Soap Toolkits 2 and 3.
- Run MS proxycfg tool and restarted IIS.
- Installed msxml 4 SP1.
- Reduced all security on the directories in the default website.
I would greatly appreciate some help on this. It's making me insane!
Thanks in advance,
-J
**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...
--
This posting is provided "AS IS" with no warranties, and confers no rights.
"J Stafford" <jsta...@iventa.com> wrote in message
news:etb5uo63...@TK2MSFTNGP10.phx.gbl...