SoapBindingUse Enum

Definition

Specifies whether the message parts are encoded as abstract type definitions or concrete schema definitions.

public enum class SoapBindingUse
public enum SoapBindingUse
type SoapBindingUse = 
Public Enum SoapBindingUse
Inheritance
SoapBindingUse

Fields

Default 0

Specifies an empty string ("") value for the corresponding XML use attribute.

Encoded 1

The message parts are encoded using given encoding rules.

Literal 2

The message parts represent a concrete schema.

Remarks

This enumeration applies to extensibility elements which specify that data transmissions use the SOAP protocol, and which are added to FaultBinding, InputBinding and OutputBinding instances.

For more information about specifying protocols for XML Web services, see XML Web Services Using ASP.NET. For more information about Web Services Description Language (WSDL), see the WSDL specification.

Applies to

See also