System::Web::Services::Description::SoapBindingUse enum
SoapBindingUse enum
Specifies the message encoding method.
enum class SoapBindingUse
Values
| Name | Value | Description |
|---|---|---|
| Default | 0 | Specifies an empty string value for the corresponding XML ‘use’ attribute. |
| Encoded | 1 | The message parts are encoded using the given encoding rules. |
| Literal | 2 | The message parts represent a specific schema. |
See Also
- Namespace System::Web::Services::Description
- Library Aspose.PDF for C++