This documentation is archived and is not being maintained.
Accessing XML Web Services in Managed Code
.NET Framework 2.0
An XML Web service client is any component or application that references and uses an XML Web service. This does not necessarily need to be a client-based application; in fact, in many cases your XML Web service clients might be other Web applications, such as Web Forms or even other XML Web services.
In This Section
- Code Model for Accessing XML Web Services in Managed Code
-
Describes the process of accessing Web Services in managed code.
- Locating XML Web Services
-
Provides instructions on how to locate Web Services to access.
- Generating an XML Web Service Proxy
-
Provides instructions on how to generate a proxy class for a Web Service.
- Accessing an XML Web Service in Managed Code
-
Provides instructions on how to access a Web Service from a client application written in managed code.
- Accessing an XML Web Service Asynchronously in Managed Code
-
Provides instructions on how to asynchronously access a Web Service from a client application written in managed code.
Related Sections
Show: