ActivateLicense
Description
Activates a license key over the internet.
Parameters
Parameter | Type | Description |
---|---|---|
webServiceUrl | string | URL to the QLM License Server. |
activationKey | string | The license key to activate |
computerID | string | The unique computer identifier |
computerName | string | The name of the computer. This argument is not required but recommended. |
qlmVersion | string | The version of the QLM Engine |
userData1 | string | User data to associate with the license key |
response | string | XML fragment containing the result of the call. |
Response XML format
Example error response
Remarks
You must call DefineProduct before calling this function.
Example
Last updated