GetActivationKeyFromUserData
Description
Gets an activation key given the user data.
Parameters
Parameter | Type | Description |
---|---|---|
webServiceUrl | string | URL to the QLM License Server |
userData | string | the data stored in the QLM user data field. |
response | string | XML fragment containing the result of the call. The Xml fragment schema is as follows: |
Return
Type | Description |
---|---|
string | the Activation Key if found. |
Response XML format
Example error response
In the event of an error, the XML fragments returns:
Remarks
Use ParseResults to interpret the results of the call and load the returned data into an ILicenseInfo object.
Last updated