WsiProfiles Enum

Definition

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
WsiProfiles
Attributes

Fields

BasicProfile1_1 1

The web service claims to conform to the WSI Basic Profile version 1.1.

None 0

The web service makes no conformance claims.

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.

Applies to

See also