SoapBindingUse

SoapBindingUse enum

Specifies the message encoding method.

enum class SoapBindingUse

Values

NameValueDescription
Default0Specifies an empty string value for the corresponding XML ‘use’ attribute.
Encoded1The message parts are encoded using the given encoding rules.
Literal2The message parts represent a specific schema.

See Also