Subversion Repositories XServices

Rev

Rev 83 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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