The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
SoapServiceRoutingStyle Enumeration
.NET Framework (current version)
Specifies how a SOAP message is routed to the Web server hosting the XML Web service.
Assembly: System.Web.Services (in System.Web.Services.dll)
| Member name | Description | |
|---|---|---|
| RequestElement | The SOAP Message is routed based on the first child element following the <Body> XML element of the SOAP message. | |
| SoapAction | The SOAP message is routed based on the SOAPAction HTTP header. |
.NET Framework
Available since 1.1
Available since 1.1
Show: