Unable to connect to remote server
-
I need to consume a web servcie but when i try to access it through my code or through command prompt for generating proxy classes it gives me error underlying connection was closed : unable to connect to remote server If i send the same soaprequst to online webservice thorugh altove then i get the successful response back.
-
I need to consume a web servcie but when i try to access it through my code or through command prompt for generating proxy classes it gives me error underlying connection was closed : unable to connect to remote server If i send the same soaprequst to online webservice thorugh altove then i get the successful response back.
That normally means the host could not be found or the port could not be connected. Make sure you have the hostname and port correct.
xacc.ide
The rule of three: "The first time you notice something that might repeat, don't generalize it. The second time the situation occurs, develop in a similar fashion -- possibly even copy/paste -- but don't generalize yet. On the third time, look to generalize the approach." -
That normally means the host could not be found or the port could not be connected. Make sure you have the hostname and port correct.
xacc.ide
The rule of three: "The first time you notice something that might repeat, don't generalize it. The second time the situation occurs, develop in a similar fashion -- possibly even copy/paste -- but don't generalize yet. On the third time, look to generalize the approach."yeah i have checked that many times that hostname and port are correct but i am still unable to connect through code.
-
yeah i have checked that many times that hostname and port are correct but i am still unable to connect through code.
Weird indeed. Can you connect via Visual Studio?
xacc.ide
The rule of three: "The first time you notice something that might repeat, don't generalize it. The second time the situation occurs, develop in a similar fashion -- possibly even copy/paste -- but don't generalize yet. On the third time, look to generalize the approach."