SoapBindingStyle

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

NameValueDescription
Default0The default action type.
Document1The message is document oriented.
Rpc2The message contains the parameters to call a procedure or the return values of that procedure.

See Also