Web Services

Logically, web services are simply an instance of remoting. In reality, the BCL support for web services is considered part of ASP .NET and is largely separate from the CLR remoting infrastructure. Classes and attributes exist for describing and publishing web services, discovering what web services are exposed at a particular endpoint (URI), and invoking a web service method.

For more information, see the following namespaces:

System.Web.Services
System.Web.Services.Description
System.Web.Services.Discovery
System.Web.Services.Interop
System.Web.Services.Protocols

Get C# Essentials 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.