FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A verifyCreateLicenseResponse message contains an element of createFulfillmentResponseType.
Type createFulfillmentResponseType
Contains elements as defined in the following table.
Component | Type | Occurs | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
1..1 | |||||||||||
statusInfo | StatusInfoType | 1..1 |
|
|||||||||
failedData | failedFulfillmentDataListType | 0..1 | Information about the licenses that were not verified is listed in the failedData element. See failedFulfillmentDataListType. |
|||||||||
responseData | createdFulfillmentDataListType | 0..1 | Information about the licenses that were verified is listed in the responseData element. See createdFulfillmentDataListType. |
|||||||||
Name | Type |
---|---|
verifyCreateLicense | Method |
The following XML fragment illustrates a successful verifyCreateLicenseResponse message:
<verifyCreateLicenseResponse>
<statusInfo>
<status>SUCCESS</status>
</statusInfo>
<responseData>
<createdFulfillment>
<recordRefNo>1</recordRefNo>
<uniqueId>HID-100349</uniqueId>
<fulfillmentId>FID_18c5...86f1__7ffb</fulfillmentId>
<licenseText>entire_license_text</licenseText>
</createdFulfillment>
</responseData>
</verifyCreateLicenseResponse>