FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A createLicensesAsBatchResponse message contains an element of createLicensesAsBatchResponseType.
Type createLicensesAsBatchResponseType
Contains elements as defined in the following table.
Component | Type | Occurs | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
1..1 | |||||||||||
statusInfo | StatusInfoType | 1..1 |
|
|||||||||
responseData | createLicensesAsBatchResponseDataType | 0..1 | Information about the licenses that were generated is listed in the responseData element. See createLicensesAsBatchResponseDataType. |
|||||||||
Name | Type |
---|---|
createLicensesAsBatch | Method |
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>