|
July 6, 2002 Testing the add Web Service Tips: July 2002
Yehuda Shiran, Ph.D.
|
|
You can test a Web service before you consume it from a DHTML or an ASP.NET page. A Web service is an entity by itself, besides providing services to its consumers. Suppose you put simpleCalc.asmx in c:\inetpub\wwwwroot\Webreference. Browse http://localhost/Webreference/simpleCalc.asmx. The window lists the Web service's methods. In our case, there is only one method, add. Click the add link and discover a way to test your Web service. Here is how you input the two numbers to add:
5 and 4, and indeed got 9 in the http reply.To learn more about JScript .NET, go to Column 112, JScript .NET, Part VI: Creating IE Web Services.
People who read this tip also read these tips: Look for similar tips by subject: |