QlmService
Click here for a complete list of operations.
GetAnalyticsInfo
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /winthropdc/qlmlicenseserver/qlmservice.asmx HTTP/1.1 Host: quicklicensemanager.com Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://www.interactive-studios.net/qlmweb/GetAnalyticsInfo" <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Header> <QlmSoapHeader xmlns="http://www.interactive-studios.net/qlmweb"> <CultureName>string</CultureName> <User>string</User> <Password>string</Password> <UtcOffset>int</UtcOffset> </QlmSoapHeader> </soap:Header> <soap:Body> <GetAnalyticsInfo xmlns="http://www.interactive-studios.net/qlmweb"> <eActivationKey>string</eActivationKey> <computerID>string</computerID> </GetAnalyticsInfo> </soap:Body> </soap:Envelope>
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <GetAnalyticsInfoResponse xmlns="http://www.interactive-studios.net/qlmweb"> <ai> <WarningMessage>string</WarningMessage> <ErrorMessage>string</ErrorMessage> <InfoMessage>string</InfoMessage> <ActivationKey>string</ActivationKey> <ComputerKey>string</ComputerKey> <ExpiryDate>dateTime</ExpiryDate> <InstallDate>dateTime</InstallDate> <UninstallDate>dateTime</UninstallDate> <LastAccessedDate>dateTime</LastAccessedDate> <SwVersion>string</SwVersion> <OsVersion>string</OsVersion> <ComputerName>string</ComputerName> <ComputerID>string</ComputerID> <Trial>boolean</Trial> <ProductName>string</ProductName> <MajorVersion>int</MajorVersion> <MinorVersion>int</MinorVersion> <CustomData1>string</CustomData1> <CustomData2>string</CustomData2> <CustomData3>string</CustomData3> <InstallID>string</InstallID> <IdleDays>int</IdleDays> <DaysInstalled>int</DaysInstalled> <DaysUsed>int</DaysUsed> <LicenseInfo> <warning>string</warning> <error>string</error> <result>string</result> <avkey>string</avkey> <computerKey>string</computerKey> <registeredComputerName>string</registeredComputerName> <registeredComputerKey>string</registeredComputerKey> <registeredComputerID>string</registeredComputerID> <userFullName>string</userFullName> <userCompany>string</userCompany> <country>string</country> <affiliateID>string</affiliateID> <userEmail>string</userEmail> <latestVersion>string</latestVersion> <eligibleVersion>string</eligibleVersion> <latestVersionUrl>string</latestVersionUrl> <latestVersionNotes>string</latestVersionNotes> <status>Success or Warning or Error or NotSet</status> <licenseStatus>int</licenseStatus> <duration>int</duration> <vendorID>string</vendorID> <usesAdminEncryption>boolean</usesAdminEncryption> <floatingLicenseLocation>string</floatingLicenseLocation> <licenseID>int</licenseID> <features>string</features> <orderID>string</orderID> <receiptID>string</receiptID> <subscriptionID>string</subscriptionID> <licenseModel>none or permanent or trial or subscription or permanent_floating or trial_floating or subscription_floating or permanent_cloud or trial_cloud or subscription_cloud</licenseModel> <productID>int</productID> <majorVersion>int</majorVersion> <minorVersion>int</minorVersion> <numLicenses>int</numLicenses> <floatingSeats>int</floatingSeats> <authorizationCode>string</authorizationCode> <licenseEvent>license_none or license_created or license_activated or license_released or license_deleted or license_modified or license_revoked or license_subscription_updated or license_maintenanceplan_updated</licenseEvent> <userData>string</userData> <computerType>None or PC or VM</computerType> <newFeatures>string</newFeatures> <newFloatingSeats>int</newFloatingSeats> <computerID>string</computerID> <computerName>string</computerName> <orderStatus>ENone or EUndefined or EInProgress or ECompleted or EComplete or EUpgraded or EReleased or EArchived</orderStatus> <comment>string</comment> <legacyKey>string</legacyKey> <genericLicense>boolean</genericLicense> <availableLicenses>int</availableLicenses> <disabled>boolean</disabled> <activationCount>int</activationCount> <productProperties>string</productProperties> <bundleID>string</bundleID> <productName>string</productName> <maxReleaseCount>int</maxReleaseCount> <maxReleasePeriodInDays>int</maxReleasePeriodInDays> <organizationID>int</organizationID> <userOrganizationName>string</userOrganizationName> <userAccountPwd>string</userAccountPwd> <userID>int</userID> <nonInstalledOrdersCount>int</nonInstalledOrdersCount> <clientVersion>string</clientVersion> <ip_address>string</ip_address> <remainingDeactivations>int</remainingDeactivations> <enableMaintenancePlan>boolean</enableMaintenancePlan> <emailDistributionList>string</emailDistributionList> <serverDate>string</serverDate> <expiryDate>string</expiryDate> <releaseDate>string</releaseDate> <activationDate>string</activationDate> <maintenanceRenewalDate>string</maintenanceRenewalDate> <errorCode>int</errorCode> <resultCode>int</resultCode> <newExpiryDate>string</newExpiryDate> <orderDate>string</orderDate> <offlineExpiryDate>string</offlineExpiryDate> <lastAccessedDate>string</lastAccessedDate> <serverVersion>string</serverVersion> <keys>string</keys> <pckey>string</pckey> <ActivationEmail>string</ActivationEmail> <ActivationFullName>string</ActivationFullName> </LicenseInfo> </ai> </GetAnalyticsInfoResponse> </soap:Body> </soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /winthropdc/qlmlicenseserver/qlmservice.asmx HTTP/1.1 Host: quicklicensemanager.com Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Header> <QlmSoapHeader xmlns="http://www.interactive-studios.net/qlmweb"> <CultureName>string</CultureName> <User>string</User> <Password>string</Password> <UtcOffset>int</UtcOffset> </QlmSoapHeader> </soap12:Header> <soap12:Body> <GetAnalyticsInfo xmlns="http://www.interactive-studios.net/qlmweb"> <eActivationKey>string</eActivationKey> <computerID>string</computerID> </GetAnalyticsInfo> </soap12:Body> </soap12:Envelope>
HTTP/1.1 200 OK Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <GetAnalyticsInfoResponse xmlns="http://www.interactive-studios.net/qlmweb"> <ai> <WarningMessage>string</WarningMessage> <ErrorMessage>string</ErrorMessage> <InfoMessage>string</InfoMessage> <ActivationKey>string</ActivationKey> <ComputerKey>string</ComputerKey> <ExpiryDate>dateTime</ExpiryDate> <InstallDate>dateTime</InstallDate> <UninstallDate>dateTime</UninstallDate> <LastAccessedDate>dateTime</LastAccessedDate> <SwVersion>string</SwVersion> <OsVersion>string</OsVersion> <ComputerName>string</ComputerName> <ComputerID>string</ComputerID> <Trial>boolean</Trial> <ProductName>string</ProductName> <MajorVersion>int</MajorVersion> <MinorVersion>int</MinorVersion> <CustomData1>string</CustomData1> <CustomData2>string</CustomData2> <CustomData3>string</CustomData3> <InstallID>string</InstallID> <IdleDays>int</IdleDays> <DaysInstalled>int</DaysInstalled> <DaysUsed>int</DaysUsed> <LicenseInfo> <warning>string</warning> <error>string</error> <result>string</result> <avkey>string</avkey> <computerKey>string</computerKey> <registeredComputerName>string</registeredComputerName> <registeredComputerKey>string</registeredComputerKey> <registeredComputerID>string</registeredComputerID> <userFullName>string</userFullName> <userCompany>string</userCompany> <country>string</country> <affiliateID>string</affiliateID> <userEmail>string</userEmail> <latestVersion>string</latestVersion> <eligibleVersion>string</eligibleVersion> <latestVersionUrl>string</latestVersionUrl> <latestVersionNotes>string</latestVersionNotes> <status>Success or Warning or Error or NotSet</status> <licenseStatus>int</licenseStatus> <duration>int</duration> <vendorID>string</vendorID> <usesAdminEncryption>boolean</usesAdminEncryption> <floatingLicenseLocation>string</floatingLicenseLocation> <licenseID>int</licenseID> <features>string</features> <orderID>string</orderID> <receiptID>string</receiptID> <subscriptionID>string</subscriptionID> <licenseModel>none or permanent or trial or subscription or permanent_floating or trial_floating or subscription_floating or permanent_cloud or trial_cloud or subscription_cloud</licenseModel> <productID>int</productID> <majorVersion>int</majorVersion> <minorVersion>int</minorVersion> <numLicenses>int</numLicenses> <floatingSeats>int</floatingSeats> <authorizationCode>string</authorizationCode> <licenseEvent>license_none or license_created or license_activated or license_released or license_deleted or license_modified or license_revoked or license_subscription_updated or license_maintenanceplan_updated</licenseEvent> <userData>string</userData> <computerType>None or PC or VM</computerType> <newFeatures>string</newFeatures> <newFloatingSeats>int</newFloatingSeats> <computerID>string</computerID> <computerName>string</computerName> <orderStatus>ENone or EUndefined or EInProgress or ECompleted or EComplete or EUpgraded or EReleased or EArchived</orderStatus> <comment>string</comment> <legacyKey>string</legacyKey> <genericLicense>boolean</genericLicense> <availableLicenses>int</availableLicenses> <disabled>boolean</disabled> <activationCount>int</activationCount> <productProperties>string</productProperties> <bundleID>string</bundleID> <productName>string</productName> <maxReleaseCount>int</maxReleaseCount> <maxReleasePeriodInDays>int</maxReleasePeriodInDays> <organizationID>int</organizationID> <userOrganizationName>string</userOrganizationName> <userAccountPwd>string</userAccountPwd> <userID>int</userID> <nonInstalledOrdersCount>int</nonInstalledOrdersCount> <clientVersion>string</clientVersion> <ip_address>string</ip_address> <remainingDeactivations>int</remainingDeactivations> <enableMaintenancePlan>boolean</enableMaintenancePlan> <emailDistributionList>string</emailDistributionList> <serverDate>string</serverDate> <expiryDate>string</expiryDate> <releaseDate>string</releaseDate> <activationDate>string</activationDate> <maintenanceRenewalDate>string</maintenanceRenewalDate> <errorCode>int</errorCode> <resultCode>int</resultCode> <newExpiryDate>string</newExpiryDate> <orderDate>string</orderDate> <offlineExpiryDate>string</offlineExpiryDate> <lastAccessedDate>string</lastAccessedDate> <serverVersion>string</serverVersion> <keys>string</keys> <pckey>string</pckey> <ActivationEmail>string</ActivationEmail> <ActivationFullName>string</ActivationFullName> </LicenseInfo> </ai> </GetAnalyticsInfoResponse> </soap12:Body> </soap12:Envelope>