FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A rehostLicenseResponse message contains an element of rehostFulfillmentResponseType.
Each fulfillment in the rehostLicenseRequest is rehosted as an atomic unit; rehosting each either succeeds or fails
Type rehostFulfillmentResponseType
Contains elements as defined in the following table.
Component | Type | Occurs | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
1..1 | |||||||||||
statusInfo | StatusInfoType | 1..1 |
|
|||||||||
responseData | rehostResponseDataType | 0..1 | Information about the fulfillments that were rehosted is listed in the responseData element. See rehostResponseDataType. |
|||||||||
failedData | failedRehostResponselistDataType | 0..1 | Information about the fulfillments that were not rehosted is listed in the failedData element. See failedRehostResponselistDataType. |
|||||||||
Name | Type |
---|---|
rehostLicense | Method |
The following XML fragment illustrates a successful rehostLicenseResponse message:
<rehostLicenseResponse>
<statusInfo>
<status>SUCCESS</status>
</statusInfo>
<responseData>
<fulfillmentData>
<recordRefNo>1</recordRefNo>
<fulfillment>
<entitlementIdentifier>
<uniqueId>HID-100270</uniqueId>
<primaryKeys>
<entitlementId>Ent_basic</entitlementId>
</primaryKeys>
</entitlementIdentifier>
<fulfillmentIdentifier>
<uniqueId>HID-100418</uniqueId>
<primaryKeys>
<fulfillmentId>FID_18c5...86f1__7ff6</fulfillmentId>
</primaryKeys>
</fulfillmentIdentifier>
<fulfillmentType>CERTIFICATE</fulfillmentType>
<lineItem>
<uniqueId>HID-100288</uniqueId>
<primaryKeys>
<activationId>Ent_basic_1</activationId>
</primaryKeys>
</lineItem>
<product>
<uniqueId>HID-100245</uniqueId>
<primaryKeys>
<name>Product_basic</name>
<version>1.0</version>
</primaryKeys>
</product>
<soldTo>SENTRY</soldTo>
<serverIds>
<server1>HOSTNAME=newserver</server1>
</serverIds>
<fulfilledCount>3</fulfilledCount>
<overDraftCount>1</overDraftCount>
<fulfillDate>2005-11-12</fulfillDate>
<isPermanent>false</isPermanent>
<startDate>2005-11-30</startDate>
<expirationDate>2006-11-30</expirationDate>
<licenseText>entire_license_text</licenseText>
<supportAction>REHOST</supportAction>
<licenseModelAttributes>
<attribute>
<attributeName>VENDOR_STRING</attributeName>
<stringValue>vendor string</stringValue>
</attribute>
</licenseModelAttributes>
<state>ACTIVE</state>
</fulfillment>
<fulfillment>
<entitlementIdentifier>
<uniqueId>HID-100270</uniqueId>
<primaryKeys>
<entitlementId>Ent_basic</entitlementId>
</primaryKeys>
</entitlementIdentifier>
<fulfillmentIdentifier>
<uniqueId>HID-100433</uniqueId>
<primaryKeys>
<fulfillmentId>FID_18c5...ff86f1__7ff5</fulfillmentId>
</primaryKeys>
</fulfillmentIdentifier>
<fulfillmentType>CERTIFICATE</fulfillmentType>
<lineItem>
<uniqueId>HID-100288</uniqueId>
<primaryKeys>
<activationId>Ent_basic_1</activationId>
</primaryKeys>
</lineItem>
<product>
<uniqueId>HID-100245</uniqueId>
<primaryKeys>
<name>Product_basic</name>
<version>1.0</version>
</primaryKeys>
</product>
<soldTo>SENTRY</soldTo>
<serverIds>
<server1>HOSTNAME=testserver</server1>
</serverIds>
<fulfilledCount>2</fulfilledCount>
<overDraftCount>2</overDraftCount>
<fulfillDate>2005-11-12</fulfillDate>
<isPermanent>false</isPermanent>
<startDate>2005-11-30</startDate>
<expirationDate>2006-11-30</expirationDate>
<licenseText>entire_license_text</licenseText>
<supportAction>REHOST</supportAction>
<licenseModelAttributes>
<attribute>
<attributeName>VENDOR_STRING</attributeName>
<stringValue>vendor string</stringValue>
</attribute>
</licenseModelAttributes>
<state>ACTIVE</state>
</fulfillment>
</fulfillmentData>
</responseData>
</rehostLicenseResponse>