Gets a data set in xml format that contains all the systems on which the specified license was activated.
C#: void GetActivationLog(string webServiceUrl, string activationLKey, ref string dataSet, out string response)
Parameters
webServiceUrl - URL to the QLM License Server.
activationKey-the activation key to query
dataSet - returned dataset containing license key records that match the activation key
response - XML fragment containing the result of the call. The Xml fragment schema is as follows:
<?xml version='1.0' encoding='UTF-8'?>
<QuickLicenseManager>
<result>Successfully executed query using filter...</result>
</QuickLicenseManager>
In the event of an error, the XML fragments returns:
<?xml version='1.0' encoding='UTF-8'?>
<QuickLicenseManager>
<error>Details about the error</error>
</QuickLicenseManager>
Comments
0 comments
Please sign in to leave a comment.