NUSoap Problem with Windows server 2008 and proxy setings

babanesma

Member
Joined
Jun 24, 2009
Messages
1
I have spent a lot of time trying to find where to put this topic , but I didn't .

I have a problem with deploying Project Server 2007 Web Services on Windows Server 2008 , But I have seen that there is a problem with the Server .

I have tried NUSoap php library , I have made soap server and soap client on the localhost , it worked well on the the server machine , but when trying to do that on my machine , I get this error .

Code:
[COLOR=#000000][FONT=times new roman]wsdl error: HTTP ERROR: Couldn't open socket connection to server http://localhost/soaptest/soap_server.php?wsdl, Error (10060): A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.[/FONT][/COLOR]
Also when using soap client to connect to Project 2007 web service , I get this error

Code:
[COLOR=#000000][FONT=times new roman]wsdl error: HTTP ERROR: HTTP authentication failed[/FONT][/COLOR]
when trying to do that from the server machine , I get the previous error , but when trying to connect to another web service like this ( http://www.w3schools.com/webservices/tempconvert.asmx ) , it worked well .

I don't know if the problem in the proxy , sharepoint , or whatever .

Any help will be appreciated .
 
Back
Top