Visual Studio provides a sophisticated ability to include web services in projects. Let's take a closer look at this popular programming IDE.
In the Add Service Reference dialog box, enter the URL of the .srf file that is the endpoint of the service:
The methods available in the service are listed in the Operations column.
Proxy functions are created for the operations (methods) and the service appears in the Solution Explorer.
The generated proxy functions allow you to use the web service's methods in a manner identical to any other function.