Web Service Architecture

Besides handling ASP.NET, Microsoft's Internet Information Server (IIS) can handle Web services, since they come in as HTTP requests. These requests are encoded in the URL or as XML. IIS then creates the required object to fulfill the Web service request. IIS then calls the object's method that is associated with the request. Any returned values are converted to XML and returned to the client, using the HTTP protocol.

Setting Up the Web Services Examples

As usual, all the example programs for this chapter are in the chapter folder, Chap15. To run the examples, you will need to have Internet Information Services (IIS) installed ...

Get Application Development Using Visual Basic® and .NET now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.