GetServerTime

Usage

Returns the current time according the system clock on the Luminate Online database server.

All record creation and modification timestamps are determined by the system clock on the Luminate Online database server. Clients may call this operation to verify that their middleware clock is consistent with Luminate Online. Discrepancies of more than 30 seconds may produce misleading results when performing a synchronization.

Request Parameters

No parameters

Response Parameters

Time
dateTime
A value is required
The current date and time on the server

Example SOAP request


<?xml version='1.0' encoding='UTF-8' ?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetServerTime xmlns="urn:soap.convio.com">
    </GetServerTime>
  </soap:Body>
</soap:Envelope>

      

Example SOAP response


<?xml version='1.0' encoding='UTF-8'?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetServerTimeResponse xmlns="urn:soap.convio.com">
      <Result>
        <Time>2008-12-12T17:19:58Z</Time>
      </Result>
    </GetServerTimeResponse>
  </soap:Body>
</soap:Envelope>

      

Leave a Comment

Nickname
Comment
Enter this word: