FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: createLicensesAsBatchRequest

Description

A createLicensesAsBatchRequest message contains an element of createLicensesAsBatchRequestType.

Derived By

Type createLicensesAsBatchRequestType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
activationIds  activationIdsListType  1..1  Required. See activationIdsListType.
hostIdDataSet  hostIdDataSetType  1..1  Required. See hostIdDataSetType.
countDataSet  countDataSetType  0..1  See countDataSetType.
commonBatchDataSet  commonBatchDataSetType  1..1  See commonBatchDataSetType.
Referenced By
Name  Type 
createLicensesAsBatch  Method 
XML Example

The following XML fragment illustrates a createLicensesAsBatchRequest message:

<createLicensesAsBatchRequest>
   <activationIds>
      <activationId>ACT-1</activationId>
      <activationId>ACT-2</activationId>
   </activationIds>
   <hostIdDataSet>
      <hostIdData>
         <nodeIds>
            <nodeId>121212121212</nodeId>
         </nodeIds>
      </hostIdData>
   </hostIdDataSet>
   <commonBatchDataSet>
      <startDate>2006-05-06</startDate>
      <shipToEmail>test@example.com</shipToEmail>
      <licenseModelAttributes>
         <attribute>
            <attributeName>VENDOR_STRING</attributeName>
            <stringValue>test string</stringValue>
         </attribute>
      </licenseModelAttributes>
      <overridePolicy>true</overridePolicy>
   </commonBatchDataSet>
</createLicensesAsBatchRequest>