WSDLReader - A connection with the server could not be established

S

serge

We have a web application that synchronizes a record with Project Server
2003 SP1. At the web setup, we enter the project server's http address, like
http://x.x.x.x/projectserver/

The web application and Project Server 2003 SP1 and SQL 2000 are all
on the same Windows 2003 server.

When we save the record and synchronization is supposed to occur, we get the
following error message:

WSDLReader:XML Parser failed at linenumber 0, lineposition 0, reason is:
A connection with the server could not be established
HRESULT=0x1: Incorrect function.
- WSDLReader:Loading of the WSDL file failed HRESULT=0x8007005: The
parameter is incorrect.
- Client:One of the parameters supplied is invalid. HRESULT=0x80070057: The
parameter is incorrect.

Strange thing is, if it type the following at the Internet Explorer's
address bar:
http://x.x.x.x/projectserver/pds.wsdl
I get the text display of the pds.wsdl file, so the file can be accessed and
read
over the Internet.

Now, in my web application's setup, if i change the external Internet IP
address
to the project server's local IP address,
for example : http://192.168.1.113/projectserver/
I don't get the WSDLReader error message and the synchronization works.


Anyone knows what i am doing wrong?

Any help is greatly appreciated.

Thank you
 
L

Lars Hammarberg

Open up the PDS.wsdl file in notepad (or examine the file using the URL you
just used) and look to the bottom of the file where you'll see an entry
repeating the url to this same file. Do the urls match? They should...

/Lars Hammarberg
www.camako.se
 
S

serge

Yeah it does, i had already looked it.

I managed to solve the problem by going to the DOS prompt
and running : PROXYCFG -D

That solved my problem.

Thanks for the info.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top