This documentation is archived and is not being maintained.
WebServicesInteroperability::CheckConformance Method (WsiProfiles, ServiceDescriptionCollection, BasicProfileViolationCollection)
Visual Studio 2010
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.
Assembly: System.Web.Services (in System.Web.Services.dll)
public: static bool CheckConformance( WsiProfiles claims, ServiceDescriptionCollection^ descriptions, BasicProfileViolationCollection^ violations )
Parameters
- claims
- Type: System.Web.Services::WsiProfiles
A member of WsiProfiles that indicates a Web services interoperability specification.
- descriptions
- Type: System.Web.Services.Description::ServiceDescriptionCollection
A ServiceDescriptionCollection that contains Web service descriptions.
- violations
- Type: System.Web.Services.Description::BasicProfileViolationCollection
A BasicProfileViolationCollection that contains any violations that were found.
Return Value
Type: System::Booleantrue if the Web service descriptions contained in descriptions conform to the Web services interoperability specification indicated by claims; false otherwise.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: