Gets an activation key given an OrderID.
C#: string GetActivationKeyFromOrderID(string webServiceUrl, string orderID, out string response)
Return: the Activation Key if found.
Parameters:
webServiceUrl - URL to the QLM License Server.
orderID - ID of the order.
response - XML fragment containing the result of the call. The Xml fragment schema is as follows:
<?xml version='1.0' encoding='UTF-8'?>
<QuickLicenseManager>
<avkey>C06C4C90A497F091C2F080501000C076A0578E</pckey>
</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.