GetFederationInformation-Vorgang (SOAP)
Der GetFederationInformation-Vorgang stellt Informationen zum Verbundstatus der Organisation bereit, z. B. den Ziel-URI, der beim Anfordern von Token verwendet werden soll, die für diese Organisation bestimmt sind, und zu den anderen Domänen, die die Organisation ebenfalls verbunden hat.
Nur Verbundorganisationen können Kalender, Kontakte und Nachrichten für externe Benutzer freigeben.
GetFederationInformation-Anforderungsbeispiel
Beschreibung
Das folgende Beispiel einer GetFederationInformation-Anforderung zeigt eine Anforderung für die Verbundinformationen eines Benutzers. Der Client sendet diese Anforderung an den Server.
Code
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:exm="http://schemas.microsoft.com/exchange/services/2006/messages"
xmlns:ext="http://schemas.microsoft.com/exchange/services/2006/types"
xmlns:a="http://www.w3.org/2005/08/addressing"
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Header>
<a:MessageID>urn:uuid:6389558d-9e05-465e-ade9-aae14c4bcd10</a:MessageID>
<a:Action soap:mustUnderstand="1">https://schemas.microsoft.com/
exchange/2010/Autodiscover/Autodiscover/GetFederationInformation
</a:Action>
<a:To soap:mustUnderstand="1">https://autodiscover.byfcxu-
dom.extest.microsoft.com/autodiscover/autodiscover.svc</a:To>
<a:ReplyTo>
<a:Address>http://www.w3.org/2005/08/addressing/anonymous</a:Address>
</a:ReplyTo>
</soap:Header>
<soap:Body>
<GetFederationInformationRequestMessage
xmlns="https://schemas.microsoft.com/exchange/2010/Autodiscover">
<Request>
<Domain>contoso.com</Domain>
</Request>
</GetFederationInformationRequestMessage>
</soap:Body>
</soap:Envelope>
Anfordern von Elementen
In der Anforderung werden folgende Elemente verwendet:
Beispiel für eine GetFederationInformation-Antwort
Beschreibung
Das folgende Beispiel zeigt eine erfolgreiche Antwort auf die GetFederationInformation-Anforderung , die der Server an den Client sendet.
Code
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:a="http://www.w3.org/2005/08/addressing">
<s:Header>
<a:Action s:mustUnderstand="1">
https://schemas.microsoft.com/exchange/2010/Autodiscover/Autodiscover/GetFederationInformationResponse
</a:Action>
<a:RelatesTo>urn:uuid:6389558d-9e05-465e-ade9-aae14c4bcd10</a:RelatesTo>
</s:Header>
<s:Body>
<GetFederationInformationResponseMessage xmlns="https://schemas.microsoft.com/exchange/2010/Autodiscover">
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<ErrorCode>NoError</ErrorCode>
<ErrorMessage/>
<ApplicationUri>BYFCXU-DOM.EXTEST.MICROSOFT.COM</ApplicationUri>
<Domains>
<Domain>contoso.com</Domain>
<Domain>europe.contoso.com</Domain>
<Domain>americas.contoso.com</Domain>
<Domain>contosolive.com</Domain>
</Domains>
</Response>
</GetFederationInformationResponseMessage>
</s:Body>
</s:Envelope>
Antwortelemente
In der Antwort werden folgende Elemente verwendet: