October 2010
Intermediate to advanced
1920 pages
73h 55m
English
Let’s start simple. We create a Quotation web service that randomly returns a quotation from a list of quotations. Next, we create an AJAX page that contains a button. When you click the button, a random quotation displays in a <span> tag (see Figure 40.4).
Figure 40.4. Retrieving a random quotation from the server.

The first step is to create the web service, which is contained in Listing 40.5.
Listing 40.5. QuotationService.asmx

You create the file in Listing 40.5 by selecting Website, Add New Item and choosing ...