GetActivationKeyFromOrderID
Description
Gets an activation key given an OrderID.
Parameters
Parameter | Type | Description |
---|---|---|
webServiceUrl | string | URL to the QLM License Server |
orderID | string | ID of the order |
response | string | XML fragment containing the result of the call. The Xml fragment schema is as follows: |
Return
Type | Description |
---|---|
string | the activation key |
Response XML format
Example error response
Remarks
Use ParseResults to interpret the results of the call and load the returned data into an ILicenseInfo object.
Last updated