SoapServiceRoutingStyle

SoapServiceRoutingStyle enum

Enumerates options of how a SOAP message is routed to the XML Web service.

enum class SoapServiceRoutingStyle

Values

NameValueDescription
SoapAction0The SOAP message is routed on the basis of the ‘SOAPAction’ attribute.
RequestElement1The SOAP message is routed on the basis of the first child element after the ‘Body’ element.

See Also