|
July 2, 2002 Writing a Web Service Tips: July 2002
Yehuda Shiran, Ph.D.
|
|
Creating a Web service is very simple, especially when only consumed by the Internet Explorer browser. A Web service is a class method that accomplishes the Web service task. The following code, for example, which checks if a number is
a prime number, could be used as the base code that we can
later extend to be an independent Web service. It includes the class PrimeNumbers and the method IsPrime():
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: |