3.2.4.1.2.1 AcquireContentKey

The <AcquireContentKey> element contains the body of the request for the AcquireContentKey operation.

 <s:element name="AcquireContentKey">
   <s:complexType>
     <s:sequence>
       <s:element minOccurs="0" maxOccurs="1" name="paramsSoap"
         type="tns:ArrayOfAcquireContentKeyParams" /> 
     </s:sequence>
   </s:complexType>
 </s:element>

paramsSoap: An array in which each element contains all parameters needed for an individual request. The array is of the <ArrayOfAcquireContentKeyParams> complex type as defined by the schema in section 3.2.4.1.3.1, in which each element contains all parameters needed for one request. The array MUST contain at least one request for a content key. The array MAY contain more than one request for a content key. The server SHOULD only process the first element of the array.