Upgrades a license by issuing a new license key and replacing the old one. You can upgrade the following data associated to a license:
- Features associated to a license
- Expiry date of the license
- Duration of the license
- Major and Minor version of the product
- The version of the QLM Engine used to generate the license key
Note that to call this function, you must set the Server Property <strong>enableUpgradeLicense</strong> to true.
To invoke this method via a URL:
http://yourserver/yourvirtualdirectory/qlmservice.asmx/UpgradeLicense?is_avkey=<activationKey>&is_productid=<productID>&is_majorversion=<majorVersion>&is_minorversion=<minorVersion>&is_vendor=digibuy&is_features=<features>&is_expduration=<duration>&is_expdate=<date>
where
- is_avkey = the activation key to upgrade (required)
- is_productid = your product id as defined in QLM
- is_majorversion = your product's major version as defined in QLM
- is minorversion = your product's minor version as defined in QLM
- is_vendor = One of the supported vendors
- is_features = semi comma separated list of feature sets and their corresponding values. Example: is_features=0:3;1:1. This means that in feature set 0, features 1 + 2 are enabled and in feature set 1, feature 1 is enabled.
- is_expduration = duration of evaluation version
- is_expdate = date at which the license will expire
- is_user = username as defined in the eCommerce Providers section in QLM (Manage Keys / Tools / 3rd Party Extensions or Manage Keys / Tools / eCommerce Providers)
- is_pwd = password as defined in the eCommerce Providers section in QLM (Manage Keys / Tools / 3rd Party Extensions or Manage Keys / Tools / eCommerce Providers)
- is_qlmversion = 5.0.00 or earlier versions
Comments
0 comments
Article is closed for comments.