3.5.4.1.3.2 AcquirePreLicenseParams

The <AcquirePreLicenseParams> complex type contains an array of email addresses and a publishing license.

 <s:complexType name="AcquirePreLicenseParams">
   <s:sequence>
     <s:element minOccurs="0" maxOccurs="1" name="LicenseeIdentities" type="tns:ArrayOfString" />
     <s:element minOccurs="0" maxOccurs="1" name="IssuanceLicense" type="tns:ArrayOfXmlNode" />
     <s:element minOccurs="0" maxOccurs="1" name="ApplicationData">
       <s:complexType mixed="true">
         <s:sequence>
           <s:any />
         </s:sequence>
       </s:complexType>
     </s:element>
   </s:sequence>
 </s:complexType>
  

LicenseeIdentities: An array of strings containing the email addresses of users for whom to issue use licenses.

IssuanceLicense: An array of XML nodes containing the publishing license to use for licensing. This array MUST contain only the leaf node of the publishing license. The element is of the <ArrayOfXmlNode> complex type as defined by the schema in section 2.2.4.2.

ApplicationData: This field is currently unused and SHOULD be empty.