XML Web Services in Managed Code
XML Web services provides the ability to exchange messages in a loosely coupled environment using standard protocols such as HTTP, XML, XSD, SOAP, and WSDL. The messages can be structured and typed or loosely defined. Because standard protocols serve as the basis for XML Web services, your XML Web service applications can communicate with a broad variety of implementations, platforms, and devices. The topics in this section focus on how to create and deploy XML Web services and how to access XML Web services in managed code. See the list below for links to other topics that discuss XML Web services.
In This Section
- Introduction to Programming XML Web Services in Managed Code
-
Describes the XML Web services programming model in managed code.
- Programming the Web with XML Web Services
-
Has links that provide key information on the fundamentals of XML Web services in Visual Studio.
- Creating XML Web Services in Managed Code
-
Describes the process of creating and deploying XML Web services.
- Accessing XML Web Services in Managed Code
-
Describes the process of accessing XML Web services from a variety of managed code application types.
- XML Web Services Created Using ASP.NET and XML Web Service Clients
-
Gives a detailed discussion of working with Web services using the .NET Framework.