Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Please Help - WSDLReader:Loading of the WSDL file failed

275 views
Skip to first unread message

Unknown

unread,
Feb 28, 2003, 11:22:32 PM2/28/03
to
Can someone please help me figure out what's going on here?

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...

Roger Wolter[MSFT]

unread,
Mar 3, 2003, 4:07:24 PM3/3/03
to
The obvious question is if you moved it, is localhost still a valid address
for where the service is located?

--
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...

0 new messages