The web service call gives "Unable to connect to the remote server error",

I am invoking a web service from a .net development environment located on my company server. Until yesterday, everything was working fine, and it was returning the correct data. However, today it unexpectedly gives me the error "Unable to connect to the remote server . " I entered the service url in the browser and it works fine. Does anyone know what this issue might be about?

+6
source share
2 answers

The first thing that comes to my mind is that the proxy configuration is now different from your application and your browser. Alternatively, it could be an antivirus program running on your computer with an updated configuration.

+3
source

Just remove the web service from the application link and add .. it will work again. The error only occurs because the web service port number has changed.

0
source

Source: https://habr.com/ru/post/914350/


All Articles