SoapServiceRoutingStyle Enum

Definition

Specifies how a SOAP message is routed to the Web server hosting the XML Web service.

public enum class SoapServiceRoutingStyle
public enum SoapServiceRoutingStyle
type SoapServiceRoutingStyle = 
Public Enum SoapServiceRoutingStyle
Inheritance
SoapServiceRoutingStyle

Fields

RequestElement 1

The SOAP Message is routed based on the first child element following the <Body> XML element of the SOAP message.

SoapAction 0

The SOAP message is routed based on the SOAPAction HTTP header.

Applies to