FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: createLicensesAsBatchResponse

Description

A createLicensesAsBatchResponse message contains an element of createLicensesAsBatchResponseType.

Derived By

Type createLicensesAsBatchResponseType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
statusInfo  StatusInfoType  1..1 
Element  Data Type  Description 
status
StatusType

Returns one of the following:

  • SUCCESS—All items in the request were processed.

  • PARTIAL_FAILURE—Some, but not all items in the request were processed. The getCount and getQuery operations never return PARTIAL_FAILURE.

  • FAILURE—None of the items in the request were processed.

reason
string
Gives reason for partial failure or failure.
 
responseData  createLicensesAsBatchResponseDataType  0..1  Information about the licenses that were generated is listed in the responseData element. See createLicensesAsBatchResponseDataType.
Referenced By
Name  Type 
createLicensesAsBatch  Method 
XML Example

The following XML fragment illustrates a successful createLicensesAsBatchResponse message:

<createLicensesAsBatchResponse>
   <statusInfo>
      <status>SUCCESS</status>
   </statusInfo>
   <responseData>
      <fulfillment>
         <entitlementIdentifier>
            <uniqueId>HID-100134</uniqueId>
            <primaryKeys>
               <entitlementId>1fcf-0ce1-0b14-a567-037f-fd</entitlementId>
            </primaryKeys>
         </entitlementIdentifier>
         <fulfillmentIdentifier>
            <uniqueId>HID-100360</uniqueId>
            <primaryKeys>
             <fulfillmentId>FID_1fcf0ce_10b16cf863c__7ffe</fulfillmentId>
            </primaryKeys>
         </fulfillmentIdentifier>
         <fulfillmentType>CERTIFICATE</fulfillmentType>
         <lineItem>
            <uniqueId>HID-100137</uniqueId>
            <primaryKeys>
               <activationId>ACT-1</activationId>
            </primaryKeys>
         </lineItem>
         <product>
            <uniqueId>HID-20090</uniqueId>
            <primaryKeys>
               <name>Scientific Calculator</name>
               <version>1.0</version>
            </primaryKeys>
         </product>
         <soldTo>Callaway</soldTo>
         <shipToEmail>test@example.com</shipToEmail>
         <nodeIds>
            <nodeId>121212121212</nodeId>
         </nodeIds>
         <fulfilledCount>1</fulfilledCount>
         <overDraftCount>0</overDraftCount>
         <fulfillDate>2006-05-08</fulfillDate>
         <isPermanent>false</isPermanent>
         <startDate>2006-05-06</startDate>
         <expirationDate>2006-08-04</expirationDate>
         <licenseText>...</licenseText>
         <supportAction>MASTER</supportAction>
         <licenseModelAttributes>
            <attribute>
               <attributeName>VENDOR_STRING</attributeName>
               <stringValue>test string</stringValue>
            </attribute>
         </licenseModelAttributes>
         <state>ACTIVE</state>
      </fulfillment>
      <fulfillment>
         <entitlementIdentifier>
            <uniqueId>HID-100134</uniqueId>
            <primaryKeys>
               <entitlementId>1fcf-0ce1-0b14-a567-037f-fd</entitlementId>
            </primaryKeys>
         </entitlementIdentifier>
         <fulfillmentIdentifier>
            <uniqueId>HID-100374</uniqueId>
            <primaryKeys>
             <fulfillmentId>FID_1fcf0ce_10b16cf863c__7ffd</fulfillmentId>
            </primaryKeys>
         </fulfillmentIdentifier>
         <fulfillmentType>CERTIFICATE</fulfillmentType>
         <lineItem>
            <uniqueId>HID-100166</uniqueId>
            <primaryKeys>
               <activationId>ACT-2</activationId>
            </primaryKeys>
         </lineItem>
         <product>
            <uniqueId>HID-20090</uniqueId>
            <primaryKeys>
               <name>Scientific Calculator</name>
               <version>1.0</version>
            </primaryKeys>
         </product>
         <soldTo>Callaway</soldTo>
         <shipToEmail>test@example.com</shipToEmail>
         <nodeIds>
            <nodeId>121212121212</nodeId>
         </nodeIds>
         <fulfilledCount>1</fulfilledCount>
         <overDraftCount>0</overDraftCount>
         <fulfillDate>2006-05-08</fulfillDate>
         <isPermanent>false</isPermanent>
         <startDate>2006-05-08</startDate>
         <expirationDate>2006-08-06</expirationDate>
         <licenseText>...</licenseText>
         <supportAction>MASTER</supportAction>
         <licenseModelAttributes>
            <attribute>
               <attributeName>VENDOR_STRING</attributeName>
               <stringValue>test string</stringValue>
            </attribute>
         </licenseModelAttributes>
         <state>ACTIVE</state>
      </fulfillment>
   </responseData>
</createLicensesAsBatchResponse>