Returns the System.Web.Services.Protocols.SoapServerMethod to which the specified System.Web.Services.Protocols.SoapServerMessage should be routed.
- message
- The System.Web.Services.Protocols.SoapServerMessage sent to the XML Web service.
The System.Web.Services.Protocols.SoapServerMethod to which the System.Web.Services.Protocols.SoapServerMessage specified by message should be routed.
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.