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.
No parameters
<?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>
<?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>