DateServices The DateService bundles various date and time related operations. Its WSDL is located at http://server:port/XServices/DateService?wsdl XServices uses a date/time format as suggested by http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/#dateTime, which is basically a subset of ISO8601. Most input parameters for date/time have to be provided as such. Another date/time format, that is often used is defined by RFC822. The major difference to ISO8601 and the Xmlschema datetime format, is in the way how the time zone is specified. ISO8601 specifies a colon to be used to separate hour and minutes time shift. RFC822 does not use a separator. ISO8601 (example: "2012-01-17T23:50:00+01:00") RFC822 (example: "2012-01-17T23:50:00+0100")