|
August 7, 2002 Deploying and Testing IsPrime's Consumer Tips: August 2002
Yehuda Shiran, Ph.D.
|
|
Once you write the Web service consumer (.aspx file), save it in the same directory of the Web service (.asmx file). Suppose you name the consumer of IsPrime as isPrimeConsumer.aspx. Save it in the same directory of the Web service file, checkIsPrime.asmx. In our case, the directory is d:\aspDemo. Recall that in a previous tip we created a virtual directory in the Web server, Column113, pointing to d:\aspDemo. Load your browser with the following path:
You should get the following window:
IsPrime Web service development discussions, here is the full code listing of isPrimeConsumer.aspx:
To learn more about JScript .NET and ASP.NET, go to Column 114, JScript .NET, Part VIII: Consuming IsPrime from ASP.NET.
People who read this tip also read these tips: Look for similar tips by subject: |