Specifies how a SOAP message is routed to the Web server hosting the XML Web service.
Syntax
public enum SoapServiceRoutingStyle
Remarks
Members
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.
|
Requirements
Namespace: System.Web.Services.Protocols
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0