System.Web.Services.Description.SoapBindingUse Enumeration

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

Syntax

public enum SoapBindingUse

Remarks

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

For more information about specifying protocols for XML Web services, see [<topic://cpconbuildingaspnetwebservices>]. For more information about Web Services Description Language (WSDL), see the specification at http://www.w3.org/TR/wsdl/.

Members

Member NameDescription
Default

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

Encoded

The message parts are encoded using given encoding rules.

Literal

The message parts represent a concrete schema.

Requirements

Namespace: System.Web.Services.Description
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0