System.Web.Services.Protocols.SoapServerProtocol Class

The .NET Framework creates an instance of the System.Web.Services.Protocols.SoapServerProtocol class to process XML Web service requests.

See Also: SoapServerProtocol Members

Syntax

public class SoapServerProtocol : ServerProtocol

Remarks

You can override the SoapServerProtocol.RouteRequest(SoapServerMessage) method to process XML Web service requests that are not explicitly declared and handled by users through a method in their XML Web service marked with WebMethodAttribute.

Requirements

Namespace: System.Web.Services.Protocols
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0