The .NET Framework creates an instance of the System.Web.Services.Protocols.SoapServerProtocol class to process XML Web service requests.
See Also: SoapServerProtocol Members
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.