July 6, 2002 - Testing the add Web Service
July 6, 2002 Testing the add Web Service Tips: July 2002
Yehuda Shiran, Ph.D.
|
simpleCalc.asmx
in c:\inetpub\wwwwroot\Webreference
. Browse https://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:And here is the output window with the Web service's http reply:
Notice we input the numbers
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.
- END AD -->