Zjištění verze Long-Term Docs
Metoda webové služby GetVersionInfo umožňuje zjistit verzi aktuálně nainstalovaného produktu Long-Term Docs, webové služby, komponent a ověřit platnost licenčního certifikátu.
Popis služby GetVersionInfo včetně WSDL schématu a příklad požadavku a odpovědi pro SOAP 1.1 a SOAP 1.2 je umístěn na http://localhost/ltd/ltd.asmx?op=GetVersionInfo.
Parametr "localhost" je název používaný pro lokální počítač; namísto něj zapište jméno/IP adresu LTD serveru (dle nastavení v IIS). |
Požadavek
POST /ltd/ltd.asmx HTTP/1.1
Host: localhost
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://software602.com/longtermdocs/GetVersionInfo"
<?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>
<GetVersionInfo xmlns="http://software602.com/longtermdocs/" />
</soap:Body>
</soap:Envelope>
Odpověď
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>
<GetVersionInfoResponse xmlns="http://software602.com/longtermdocs/">
<GetVersionInfoResult>string</GetVersionInfoResult>
</GetVersionInfoResponse>
</soap:Body>
</soap:Envelope>
<GetVersionInfoResult>
Návratová hodnota | Popis |
---|---|
String |
Výsledek metody obsahující číslo verze Long-Term Docs, výsledek kontroly platnosti licence, cestu k instalační složce a prostředí. |
Příklad:
productname=Long-Term Docs; version=2.1.7644.1204; wsversion=2.1.7643.34152; checklicence=OK; expiration=2024-09-26T10:00:00Z; licencefor=""ELC - Long-Term Docs – Software602 a.s.""; installdir="C:\Program Files\Software602\Long-Term Docs SDK\"; environment=QSPROD; maxrequestlength=104857600