Get information about the latest version of a product.
To invoke this method via a URL:
http://yourserver/yourvirtualdirectory/qlmservice.asmx/GetLatestVersionHttp?is_productid=<id>&is_majorversion=<version>&is_minorversion=<version>
To invoke this method via a URL:
http://yourserver/yourvirtualdirectory/qlmservice.asmx/GetLatestVersionHttp?is_productid=<id>&is_majorversion=<version>&is_minorversion=<version>
where
- is_productid = ID of the product
- is_majorversion = Major version of the product
- is_minorversion = Minor version of the product
The return value is an xml fragment as follows:
<?xml version="1.0" encoding="UTF-8"?>
<QuickLicenseManager>
<result>The latest version is x.y.z</result>
<latestVersion>x.y.z</latestVersion>
<latestVersionUrl>a url to your download package</latestVersionUrl>
<latestVersionNotes>release notes</latestVersionNotes>
</QuickLicenseManager>
Comments
0 comments
Please sign in to leave a comment.