3.1.4.2.2.2 tns:GetFederationInformationResponseMessage Element
The GetFederationInformationResponseMessage element returns to the caller the specified federation configuration settings that were requested in the GetFederationInformationRequestMessage element.
The STS is specified in the response message.
-
<xs:element name="GetFederationInformationResponseMessage"> <xs:complexType> <xs:sequence> <xs:element name="Response" type="tns:GetFederationInformationResponse" nillable="true" minOccurs="0" /> </xs:sequence> </xs:complexType> </xs:element>
The following table lists the child elements of the GetFederationInformationResponseMessage element.
Element name |
Type |
Description |
---|---|---|
Response |
tns:GetFederationInformationResponse (section 3.1.4.2.3.2) |
Specifies the response to a GetFederationInformation operation request. |