spacer

Webref WebRef   Sitemap · Experts · Tools · Services · Newsletters · About i.com

home / experts / javascript / column112


JScript .NET, Part VI: Creating IE Web Services

Sr. Web Developer
mediabistro.com
US-NY-New York

Justtechjobs.com Post A Job | Post A Resume
Developer News
Microsoft Shows Off Silverlight 4, IE9 Plans
Metasploit Expands Vulnerability Test Framework
HyperCard Reborn?


Interacting with IsPrime

Let's scan through the information pertaining to checkIsPrime.asmx. Look at the description of checkIsPrime.asmx, by browsing http://localhost/Webreference/checkIsPrime.asmx. You should see the following Internet Explorer window:

The window lists the Web service's methods. In our case, there is only one method, isPrime. Click the isPrime link to display the Web service test screen. Here is how you input the number to check if prime:

And here is the output window with the Web service's http reply:

Notice we put the number 5 and indeed got the answer in the http reply that the number 5 is a prime number (a response of "1" indicates "true", while a false response, i.e., a non-prime, would generate a response of "0").

You can also ask to see the WSDL description of your Web service. Browse the address http://localhost/Webreference/checkIsPrime.asmx?WSDL to see a structured description of the Web service:

As was the case with our add Web service, a lot of additional information; i.e., the automatically-generated description, test forms, etc. are provided automatically by the .NET Framework.


Next: How to write a GUI for consuming the add and IsPrime Web services

internet.commediabistro.comJusttechjobs.comGraphics.com

Search:

WebMediaBrands Corporate Info

Legal Notices, Licensing, Permissions, Privacy Policy.
Advertise | Newsletters | Shopping | E-mail Offers | Freelance Jobs

webref The latest from WebReference.com Browse >
Rolling Out Your Own HTML Application Version Control · HTML 5: Client-side Storage · Working with Ajax Server Extensions
Sitemap · Experts · Tools · Services · Email a Colleague · Contact FREE Newsletters 
 The latest from internet.com
Wi-Fi Product Watch, November 2009 · Chip Market Recovering From '08 Collapse · Low-Cost Tools to Kickstart Your New Business


Produced by Yehuda Shiran and Tomer Shiran
All Rights Reserved. Legal Notices.
Created: June 17, 2002
Revised: June 17, 2002

URL: http://www.webreference.com/js/column112/4.html