RetrieveActivationKeyHttp

Description

Retrieves an activation key given an Order ID or User Data.

To call this function, you must set the enableRetrieveActivationKeyHttp server property to true.

RetrieveActivationKeyHttp requires QLM's strict authentication and should only be used when the communication with the server is over https.

Additionally, for security reasons, you should not call this API from within your application. It should only be called from a system that the end-user does not have access to, such as your server.

To invoke this method via a URL, append this function's name to the URL of the QLM License Server and add the required arguments.

http://yourserver/yourvirtualdirectory/qlmservice.asmx/RetrieveActivationKeyHttp?is_vendor=[vendor]>&is_userdata1=[userData]&is_orderid=[orderID]&is_user=[user]&is_pwd=[pwd]&is_format=[json|xml]

Arguments

ArgumentDescription
is_formatspecify the format of the returned data. The possible options are: json or xml.
is_orderIDOrder ID associated with the license and used to retrieve the Activation Key
is_pwdpassword as defined in the eCommerce Providers section in QLM (Manage Keys / Tools / 3rd Party Extensions or Manage Keys / Tools / eCommerce Providers)
is_userusername as defined in the eCommerce Providers section in QLM (Manage Keys / Tools / 3rd Party Extensions or Manage Keys / Tools / eCommerce Providers)
is_userdata1User Data associated with the license and used to retrieve the Activation Key
is_vendorone of the supported vendors

Remarks

To retrieve an activation key, you must specify an order ID, a UserData value or both. If both are specified, both conditions must be met.