System::Web::Services::Description::SoapBindingStyle enum
SoapBindingStyle enum
Specifies the action type in the XML Web service at the class hierarchy level to which this enumeration is applied.
enum class SoapBindingStyle
Values
| Name | Value | Description |
|---|---|---|
| Default | 0 | The default action type. |
| Document | 1 | The message is document oriented. |
| Rpc | 2 | The message contains the parameters to call a procedure or the return values of that procedure. |
See Also
- Namespace System::Web::Services::Description
- Library Aspose.PDF for C++