3.1.4.2.2.1 GetAuthorizationCookie

 <s:element name="GetAuthorizationCookie">
 <s:complexType>
     <s:sequence>
       <s:element minOccurs="0" maxOccurs="1" 
       name="accountName" type="s:string" />
       <s:element minOccurs="0" maxOccurs="1" 
       name="accountGuid" type="s:string" />
       <s:element minOccurs="0" maxOccurs="1"
       name="programKeys" type="tns:ArrayOfGuid" />
     </s:sequence>
   </s:complexType>
 </s:element>
  

accountName: This field MUST be present. It MUST be set to the FQDN of the DSS.

accountGuid: This field MUST be present. It MUST be a GUID that identifies the DSS.

programKeys: This field is reserved for future use and MUST be set to empty.