Gets the UserData1 field for a specific license key.
C#: string GetUserData (string webServiceUrl, string activationKey, out string response)
Parameters
webServiceUrl - URL to the QLM License Server.
activationKey - activation key to query.
response - XML fragment containing the result of the call. The Xml fragment schema is as follows:
Returns the value of the userData1 field.
<?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
Article is closed for comments.