System::Web::Services::Description Namespace Reference

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...
 

Enumeration Type Documentation

◆ SoapBindingStyle

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.

◆ SoapBindingUse

Specifies the message encoding method.

Enumerator
Default 

Specifies an empty string value for the corresponding XML 'use' attribute.

Encoded 

The message parts are encoded using the given encoding rules.

Literal 

The message parts represent a specific schema.