Subversion Repositories XServices

Rev

Rev 159 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
83 brianR 1
<?xml version='1.0' encoding='utf-8'?>
2
<!DOCTYPE section [
3
<!ENTITY % myent SYSTEM "../entities.ent">
4
%myent;
5
]>
6
<section xmlns="http://docbook.org/ns/docbook" version="5.0"
7
	xmlns:xi="http://www.w3.org/2001/XInclude">
8
	<title>getDateExtended</title>
9
	<para>Get current time and date (extended Version).
10
		Sample response:
159 brianR 11
		<programlisting language="xml">
83 brianR 12
<![CDATA[
13
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
14
   <soap:Body>
15
      <ns2:getDateExtendedResponse xmlns:ns2="http://ws.xservices.brutex.net">
16
         <return>
17
            <iso8601date>2012-01-23T08:30:00.333+01:00</iso8601date>
18
            <rfc822date>2012-01-23T08:30:00.333+0100</rfc822date>
19
            <timestamp>1327303800333</timestamp>
20
            <format1>23.01.2012</format1>
21
            <format2>2012/01/23</format2>
22
            <format3>08:30:00</format3>
23
         </return>
24
      </ns2:getDateExtendedResponse>
25
   </soap:Body>
26
</soap:Envelope>
27
]]>
159 brianR 28
</programlisting>
83 brianR 29
 
30
</para>
31
</section>