Enumerations | |
enum | SoapBindingStyle { SoapBindingStyle::Default, SoapBindingStyle::Document, SoapBindingStyle::Rpc } |
Specifies the action type in the XML Web service at the class hierarchy level to which this enumeration is applied. More... | |
enum | SoapBindingUse { SoapBindingUse::Default, SoapBindingUse::Encoded, SoapBindingUse::Literal } |
Specifies the message encoding method. More... | |
Specifies the action type in the XML Web service at the class hierarchy level to which this enumeration is applied.
Enumerator | |
---|---|
Default | The default action type. |
Document | The message is document oriented. |
Rpc | The message contains the parameters to call a procedure or the return values of that procedure. |