System.Web.Services.WsiProfiles Enumeration

Describes the Web services interoperability (WSI) specification to which a Web service claims to conform.

Syntax

[System.Flags]
public enum WsiProfiles

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 WebServiceBindingAttribute.ConformsTo property of the System.Web.Services.WebServiceBindingAttribute attribute to indicate the WSI specification to which the Web service claims to conform.

Members

Member NameDescription
BasicProfile1_1

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

None

The web service makes no conformance claims.

Requirements

Namespace: System.Web.Services
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0