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