Hi,
I am new to web services but I have been asked to connect to an external web service through Visual Studio 2003.
The problem that I have is that the company who developed the web service have not and will not publish their WSDL online and the web service is in the form of a .svc file.
The other problem is that I have to go through a proxy server for external access.
I have created a new console app in VS2003 and tried to add a web reference pointing to the url of the .svc file but I get an error:
The proxy settings on this computer are not configured correctly for web discovery. Click the Help button for more information.
I think that I need to configure my proxy settings in some way.
Please could someone give me some advice on how I connect and use this web service which is in the format of a .svc file.
Thanks in advance
Gary
I am new to web services but I have been asked to connect to an external web service through Visual Studio 2003.
The problem that I have is that the company who developed the web service have not and will not publish their WSDL online and the web service is in the form of a .svc file.
The other problem is that I have to go through a proxy server for external access.
I have created a new console app in VS2003 and tried to add a web reference pointing to the url of the .svc file but I get an error:
The proxy settings on this computer are not configured correctly for web discovery. Click the Help button for more information.
I think that I need to configure my proxy settings in some way.
Please could someone give me some advice on how I connect and use this web service which is in the format of a .svc file.
Thanks in advance
Gary
Comment