Verify that your final code from the previous lab resembles the
sample code (ASMX).
Tasks
To build and run the web service, in Microsoft Visual Studio .NET, press F5.
To view a list of web service attributes and operations, in a browser, view the implemented web service at http://localhost/MetricConvWS/Service1.asmx.
To view the WSDL generated for the web service, click the Service Description link.
Test of the web service operations by clicking the operation name links. For example, to test the km2mile link.
Invoke the operation with a parameter.
For example, invoking the operation with 1 as the parameter displays the result in SOAP format in the browser.
If you can invoke the web service: http://localhost/MetricConvWS/Service1.asmx,
then this means you have done the lab correctly.
Microsoft .NET will create several files under IIS Server C:\Inetpub\wwwroot\MetricConvWS folder
and two additional files under default My Documents\Visual Studio Projects folder. Below are sample files.
Your files should be similar to these.