3.1.4.1.1.1 GetFsTrustInformationSoapIn

The SOAP body of the GetFsTrustInformation request message MUST conform to the following XML schema.

 <s:element name="GetFsTrustInformation">
   <s:complexType>
     <s:sequence>
       <s:element minOccurs="0" maxOccurs="1" name="wsVersion" type="tns:VersionInformation" />
     </s:sequence>
   </s:complexType>
 </s:element>
 <s:complexType name="VersionInformation">
   <s:sequence>
     <s:element minOccurs="0" maxOccurs="1" name="SoftwareVersion" type="s:long" />
     <s:element minOccurs="0" maxOccurs="1" name="Guid" type="s1:guid" />
     <s:element minOccurs="0" maxOccurs="1" name="Version" type="s:long" />
   </s:sequence>
 </s:complexType>
 <s:simpleType name="guid">
   <s:restriction base="s:string">
     <s:pattern value="[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}" />
   </s:restriction>
 </s:simpleType>