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: