3.1.4.3 GetDomainInfo Operation

The GetDomainInfo operation retrieves federation status information for a domain.

The following is the WSDL port type specification for this operation.

 <wsdl:operation name="GetDomainInfo">
    <wsdl:input message="tns:GetDomainInfoSoapIn" />
    <wsdl:output message="tns:GetDomainInfoSoapOut" />
 </wsdl:operation>

The following is the WSDL binding specification for this operation.

 <wsdl:operation name="GetDomainInfo">
    <soap:operation soapAction="http://domains.live.com/Service/ManageDelegation/V1.0/GetDomainInfo" style="document" />
    <wsdl:input>
       <soap:body use="literal" />
    </wsdl:input>
    <wsdl:output>
       <soap:body use="literal" />
    </wsdl:output>
 </wsdl:operation>