October 2005
Beginner
592 pages
15h 2m
English
After completing this chapter, you will be able to:
Create a Web service that exposes simple Web methods.
Test a Web service by using Microsoft Internet Explorer.
Design classes that can be passed as parameters to a Web method, and returned from a Web method.
Create a reference to a Web service in a client application.
Invoke a Web method.
The previous chapters showed you how to create Web forms and build interactive Web applications using Microsoft ASP.NET. Although this approach is appropriate for applications where the client is a Web browser, you will increasingly encounter situations where it is not. As mentioned in previous chapters, the Internet is just a big network. It is possible to build distributed ...