3.1.4.2.2.1 tns:GetFederationInformationRequestMessage Element

The GetFederationInformationRequestMessage element specifies a call to the server to request configuration data for the STS. The GetFederationInformationResponseMessage element (section 3.1.4.2.2.2) contains the federation settings requested in this call.

 <xs:element name="GetFederationInformationRequestMessage">
   <xs:complexType>
     <xs:sequence>
       <xs:element name="Request"
         type="tns:GetFederationInformationRequest"
         nillable="true"
         minOccurs="0"
        />
     </xs:sequence>
   </xs:complexType>
 </xs:element>
  

The following table lists the child elements of the GetFederationInformationRequestMessage element.

Element name

Type

Description

Request

tns:GetFederationInformationRequest (section 3.1.4.2.3.1)

Specifies the GetFederationInformation operation request.