GetLatestVersionHttp
Description
httpa://yourserver/yourvirtualdirectory/qlmservice.asmx/GetLatestVersionHttp?is_productid=[product id]&is_majorversion=[major version]&is_minorversion=[minor version]Arguments
Parameter
Description
Return
<?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>
Last updated