CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
soap_service_routing_style.h
1
2#pragma once
3namespace System { namespace Web { namespace Services { namespace Protocols {
4
7{
9 SoapAction = 0x0,
11 RequestElement = 0x1
12};
13}}}} // namespace System::Web::Services::Protocols
SoapServiceRoutingStyle
Enumerates options of how a SOAP message is routed to the XML Web service.
Definition: soap_service_routing_style.h:7
@ RequestElement
The SOAP message is routed on the basis of the first child element after the 'Body' element.
@ SoapAction
The SOAP message is routed on the basis of the 'SOAPAction' attribute.
Definition: db_command.h:9