FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A createLicenseRequest message contains an element of createFulfillmentRequestType.
Type createFulfillmentRequestType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
![]() |
1..1 | ||
fulfillment | createFulfillmentDataType | 1..* | Required. A createFulfillmentRequest contains an array of fulfillment elements to be verified. See createFulfillmentDataType. |
Name | Type |
---|---|
createLicense | Method |
The following XML fragment illustrates a createLicenseRequest message:
<createLicenseRequest>
<fulfillment>
<activationId>Ent_basic_1</activationId>
<fulfillCount>5</fulfillCount>
<overDraftCount>3</overDraftCount>
<startDate>2005-11-30</startDate>
<serverIds>
<server1>HOSTNAME=testserver</server1>
</serverIds>
<licenseModelAttributes>
<attribute>
<attributeName>VENDOR_STRING</attributeName>
<stringValue>vendor string</stringValue>
</attribute>
</licenseModelAttributes>
</fulfillment>
</createLicenseRequest>