WebServicesInteroperability.CheckConformance Method (WsiProfiles, ServiceDescription, BasicProfileViolationCollection)

Verifies whether a given Web service or services conforms to a given WS-I specification, and provides a list of any violations that it finds.

Namespace: System.Web.Services.Description
Assembly: System.Web.Services (in system.web.services.dll)

public:
static bool CheckConformance (
	WsiProfiles claims, 
	ServiceDescription^ description, 
	BasicProfileViolationCollection^ violations
)
public static boolean CheckConformance (
	WsiProfiles claims, 
	ServiceDescription description, 
	BasicProfileViolationCollection violations
)
public static function CheckConformance (
	claims : WsiProfiles, 
	description : ServiceDescription, 
	violations : BasicProfileViolationCollection
) : boolean
Not applicable.

Parameters

claims

A member of WsiProfiles that indicates a Web services interoperability specification.

description

A ServiceDescription that describes a Web service.

violations

A BasicProfileViolationCollection that contains any violations that were found.

Return Value

true if the Web service described by description conforms to the Web services interoperability specification indicated by claims; otherwise false.

The WS-I publishes non-proprietary Web services specifications to promote the interoperability of Web services across platforms.

Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: