WsiProfiles 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.
Describes the Web services interoperability (WSI) specification to which a Web service claims to conform.
This enumeration supports a bitwise combination of its member values.
public enum class WsiProfiles
[System.Flags]
public enum WsiProfiles
[<System.Flags>]
type WsiProfiles =
Public Enum WsiProfiles
- Inheritance
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | The web service makes no conformance claims. |
BasicProfile1_1 | 1 | The web service claims to conform to the WSI Basic Profile version 1.1. |
Remarks
The WS-I organization publishes non-proprietary Web services specifications to promote the interoperability of Web services across platforms. This enumeration is used by the ConformsTo property of the WebServiceBindingAttribute attribute to indicate the WSI specification to which the Web service claims to conform.