WebServicesInteroperability::CheckConformance Method
.NET Framework (current version)
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)
| Name | Description | |
|---|---|---|
![]() ![]() | CheckConformance(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. |
![]() ![]() | CheckConformance(WsiProfiles, ServiceDescriptionCollection^, 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. |
![]() ![]() | CheckConformance(WsiProfiles, WebReference^, 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. |
The WS-I publishes non-proprietary Web services specifications to promote the interoperability of Web services across platforms.
Show:

