WebServicesInteroperability::CheckConformance Method

 

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)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCheckConformance(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.

System_CAPS_pubmethodSystem_CAPS_staticCheckConformance(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.

System_CAPS_pubmethodSystem_CAPS_staticCheckConformance(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.

Return to top
Show: