AnalyticsAddInstallHttp

Description

Registers an installation with the server. You should call this function once when your application is installed. You should store the returned installID in your application's settings and reuse it on subsequent calls to the QlmAnalytics API.

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/AnalyticsAddInstallHttp?is_swversion=1.0&is_osversion=Windows 7&...

Arguments

ParameterDescription
is_swversionversion of your software
is_osversionversion of the operating system
is_computer_namename of the computer.
is_computerIDunique computer identifier
is_avkeyactivation key on the system
is_pckeycomputer key associated with the system
is_trialflag indicating if the license is a trial
is_productnamename of your product
is_majorversionmajor version of your product
is_minorversionminor version of your product
is_customdata1your own custom data
is_customdata2your own custom data
is_customdata3your own custom data