WebServicesInteroperability.CheckConformance Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überprüft, ob ein bestimmter Webdienst oder Dienste einer bestimmten WS-I Spezifikation entspricht, und stellt eine Liste aller Verletzungen bereit, die er findet.
Überlädt
| Name | Beschreibung |
|---|---|
| CheckConformance(WsiProfiles, ServiceDescription, BasicProfileViolationCollection) |
Überprüft, ob ein bestimmter Webdienst oder Dienste einer bestimmten WS-I Spezifikation entspricht, und stellt eine Liste aller Verletzungen bereit, die er findet. |
| CheckConformance(WsiProfiles, ServiceDescriptionCollection, BasicProfileViolationCollection) |
Überprüft, ob ein bestimmter Webdienst oder Dienste einer bestimmten WS-I Spezifikation entspricht, und stellt eine Liste aller Verletzungen bereit, die er findet. |
| CheckConformance(WsiProfiles, WebReference, BasicProfileViolationCollection) |
Überprüft, ob ein bestimmter Webdienst oder Dienste einer bestimmten WS-I Spezifikation entspricht, und stellt eine Liste aller Verletzungen bereit, die er findet. |
Hinweise
Die WS-I veröffentlicht nicht proprietäre Webdienstspezifikationen, um die Interoperabilität von Webdiensten plattformübergreifend zu fördern.
CheckConformance(WsiProfiles, ServiceDescription, BasicProfileViolationCollection)
Überprüft, ob ein bestimmter Webdienst oder Dienste einer bestimmten WS-I Spezifikation entspricht, und stellt eine Liste aller Verletzungen bereit, die er findet.
public:
static bool CheckConformance(System::Web::Services::WsiProfiles claims, System::Web::Services::Description::ServiceDescription ^ description, System::Web::Services::Description::BasicProfileViolationCollection ^ violations);
public static bool CheckConformance(System.Web.Services.WsiProfiles claims, System.Web.Services.Description.ServiceDescription description, System.Web.Services.Description.BasicProfileViolationCollection violations);
static member CheckConformance : System.Web.Services.WsiProfiles * System.Web.Services.Description.ServiceDescription * System.Web.Services.Description.BasicProfileViolationCollection -> bool
Public Shared Function CheckConformance (claims As WsiProfiles, description As ServiceDescription, violations As BasicProfileViolationCollection) As Boolean
Parameter
- claims
- WsiProfiles
Ein Element davon gibt eine Interoperabilitätsspezifikation für WsiProfiles Webdienste an.
- description
- ServiceDescription
Ein ServiceDescription Webdienst, der einen Webdienst beschreibt.
- violations
- BasicProfileViolationCollection
A BasicProfileViolationCollection that contains any violations that were found.
Gibt zurück
true wenn der durch den Webdienst beschriebene description Interoperabilitätsspezifikation der Webdienste entspricht, die durch claims; andernfalls falseangegeben ist.
Hinweise
Die WS-I veröffentlicht nicht proprietäre Webdienstspezifikationen, um die Interoperabilität von Webdiensten plattformübergreifend zu fördern.
Gilt für:
CheckConformance(WsiProfiles, ServiceDescriptionCollection, BasicProfileViolationCollection)
Überprüft, ob ein bestimmter Webdienst oder Dienste einer bestimmten WS-I Spezifikation entspricht, und stellt eine Liste aller Verletzungen bereit, die er findet.
public:
static bool CheckConformance(System::Web::Services::WsiProfiles claims, System::Web::Services::Description::ServiceDescriptionCollection ^ descriptions, System::Web::Services::Description::BasicProfileViolationCollection ^ violations);
public static bool CheckConformance(System.Web.Services.WsiProfiles claims, System.Web.Services.Description.ServiceDescriptionCollection descriptions, System.Web.Services.Description.BasicProfileViolationCollection violations);
static member CheckConformance : System.Web.Services.WsiProfiles * System.Web.Services.Description.ServiceDescriptionCollection * System.Web.Services.Description.BasicProfileViolationCollection -> bool
Public Shared Function CheckConformance (claims As WsiProfiles, descriptions As ServiceDescriptionCollection, violations As BasicProfileViolationCollection) As Boolean
Parameter
- claims
- WsiProfiles
Ein Element davon gibt eine Interoperabilitätsspezifikation für WsiProfiles Webdienste an.
- descriptions
- ServiceDescriptionCollection
Eine ServiceDescriptionCollection , die Webdienstbeschreibungen enthält.
- violations
- BasicProfileViolationCollection
A BasicProfileViolationCollection that contains any violations that were found.
Gibt zurück
true wenn die Interoperabilitätsspezifikation descriptions der Webdienstbeschreibungen entsprechen, die durch claims; false andernfalls angegeben sind.
Hinweise
Die WS-I veröffentlicht nicht proprietäre Webdienstspezifikationen, um die Interoperabilität von Webdiensten plattformübergreifend zu fördern.
Gilt für:
CheckConformance(WsiProfiles, WebReference, BasicProfileViolationCollection)
Überprüft, ob ein bestimmter Webdienst oder Dienste einer bestimmten WS-I Spezifikation entspricht, und stellt eine Liste aller Verletzungen bereit, die er findet.
public:
static bool CheckConformance(System::Web::Services::WsiProfiles claims, System::Web::Services::Description::WebReference ^ webReference, System::Web::Services::Description::BasicProfileViolationCollection ^ violations);
public static bool CheckConformance(System.Web.Services.WsiProfiles claims, System.Web.Services.Description.WebReference webReference, System.Web.Services.Description.BasicProfileViolationCollection violations);
static member CheckConformance : System.Web.Services.WsiProfiles * System.Web.Services.Description.WebReference * System.Web.Services.Description.BasicProfileViolationCollection -> bool
Public Shared Function CheckConformance (claims As WsiProfiles, webReference As WebReference, violations As BasicProfileViolationCollection) As Boolean
Parameter
- claims
- WsiProfiles
Ein Element davon gibt eine Interoperabilitätsspezifikation für WsiProfiles Webdienste an.
- webReference
- WebReference
Ein WebReference Webdienst, der einen Webdienst beschreibt.
- violations
- BasicProfileViolationCollection
A BasicProfileViolationCollection that contains any violations that were found.
Gibt zurück
true wenn der durch den Webdienst beschriebene webReference Interoperabilitätsspezifikation der Webdienste entspricht, die durch claims; false andernfalls angegeben ist.
Hinweise
Die WS-I veröffentlicht nicht proprietäre Webdienstspezifikationen, um die Interoperabilität von Webdiensten plattformübergreifend zu fördern.