When we are providing a client of a Web Service, all we have to do is to create an instance of the proxy class that the wizard/tool has generated, and then apply the appropriate method to that object:
0087: Service1 tService1 = new Service1(); 0088: double tFahrenheit = tService1.ToFahrenheit(tCentigrade);