SoapBindingUse Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Fields
Name | Value | Description |
---|---|---|
Default | 0 | Specifies an empty string ("") value for the corresponding XML |
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.