2.2.2 GetProxyTrustConfiguration Request

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

 <s:element name="GetProxyTrustConfiguration">
   <s:complexType>
     <s:sequence>
       <s:element minOccurs="0" maxOccurs="1" name="proxyVersion" type="tns:VersionInformation" />
     </s:sequence>
   </s:complexType>
 </s:element>
 <s:complexType name="VersionInformation">
   <s:sequence>
     <s:element minOccurs="1" maxOccurs="1" name="SoftwareVersion" type="s:long" />
     <s:element minOccurs="1" maxOccurs="1" name="Guid" type="s1:guid" />
     <s:element minOccurs="1" 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>

SoftwareVersion Parameter: The value of this parameter MUST be 1. See sections 3.1.5.1.2.1 (Versioning) and 3.2.5.1.2.1 (Versioning Processing) for details.