IsLicenseKeyValid
Description
Checks if the provided license key is valid.
Parameters
Parameter | Type | Description |
---|---|---|
webServiceUrl | string | URL to the QLM License Server |
activationKey | string | activation key |
response | out string | XML fragment containing the result of the call. |
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