Pings the server and returns version and date information.
To invoke this method via a URL:
http://yourserver/yourvirtualdirectory/qlmservice.asmx/PingHttp
To invoke this method via a URL:
http://yourserver/yourvirtualdirectory/qlmservice.asmx/PingHttp
The return value is an xml fragment as follows:
<?xml version="1.0" encoding="UTF-8"?>
<QuickLicenseManager>
<result>Successfully connected to License Server at 2015-08-05T15:53:16Z UTC. QLM Version: 8.1.16047.1</result>
<serverDate>2015-08-05T15:53:16Z</serverDate>
<serverVersion>8.1.16047.1</serverVersion>
<serverDate date = "2015-08-05T15:53:16Z" /> <!-- this is obsolete but is returned for backward compatibility -->
</QuickLicenseManager>
Comments
0 comments
Please sign in to leave a comment.