getServerTime response

output fields provides details for the
getServerTime
output fields.
getServerTime
output fields
Input Field
Required?
Type
Purpose
requestId
Y
String
The
requestId
sent with the
getServerTimeRequest
request.
status
Y
Hex string
Unique status code. 0000=Success. Any other value is an error.
statusMessage
Y
String
Message corresponding to the status of the request. If the status is not 0000 (success), an error message displays.
timestamp
Y
dateTime
Identifies when the response was generated.
Example getServerTime SOAP response
<?xml version="1.0" encoding="UTF-8"?> <S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"> <S:Body> <getServerTimeResponse xmlns="https://schemas.vip.symantec.com"> <requestId>abcd1234</requestId> <status>0000</status> <statusMessage>Success</statusMessage> <timestamp>2010-07-26T00:54:47.390-07:00</timestamp> </getServerTimeResponse> </S:Body> </S:Envelope>