I am attempting to call a .NET web service from a Windows Service.
I have created the proxy class for the web service using the WSDL tool as part of a separate project.
Several other applications reference this project and invoke this proxy to make a call to the web service. When I make the call from a web application the call works fine. However when I attempt to call this from a windows service I get the error Proxy Name could not be resolved: no value.
The url of the web service is stored in the app.config of the windows service.
Any ideas on how to solve this, I'm baffled.
Start Free Trial