Code to create a Quotes Web Service
Here's the code for the GetQuote() method in the web service.
Here's the XML to add to Web.config to enable GET/POST testing (here's the full web.config file--scroll to the bottom to see where I added the extra lines.
Here's the code for the web service client implemented in ASP.NET.