Test Licence produktu

Webová služba TestLicence ověří správnost nastavení a platnost licence instalovaného produktu.

Popis služby TestLicence 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=TestLicence.

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/TestLicence"

<?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>
    <TestLicence 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>
    <TestLicenceResponse xmlns="http://software602.com/longtermdocs/">
      <TestLicenceResult>string</TestLicenceResult>
    </TestLicenceResponse>
  </soap:Body>
</soap:Envelope>

<TestLicenceResult>

Návratová hodnota Popis

String

Textový výsledek ověření licence produktu.

Příklad:

Licence OK