Subversion Repositories XServices

Rev

Rev 83 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 83 Rev 159
Line 6... Line 6...
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>
Line 23... Line 23...
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>
Line 29... Line 29...
29
 
29
 
30
</para>
30
</para>
31
</section>
31
</section>