SoapServiceRoutingStyle
SoapServiceRoutingStyle enum
Enumerates options of how a SOAP message is routed to the XML Web service.
enum class SoapServiceRoutingStyle
Values
Name | Value | Description |
---|---|---|
SoapAction | 0 | The SOAP message is routed on the basis of the ‘SOAPAction’ attribute. |
RequestElement | 1 | The SOAP message is routed on the basis of the first child element after the ‘Body’ element. |
See Also
- Namespace System::Web::Services::Protocols
- Library Aspose.Slides