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>getDate</title>
8
	<title>getDate</title>
9
	<para>Get current time and date.
9
	<para>Get current time and date.
10
	Sample request:
10
	Sample request:
11
<screen><![CDATA[
11
<programlisting language="xml"><![CDATA[
12
<soapenv:Envelope 
12
<soapenv:Envelope 
13
	xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 
13
	xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 
14
	xmlns:ws="http://ws.xservices.brutex.net">
14
	xmlns:ws="http://ws.xservices.brutex.net">
15
   <soapenv:Header/>
15
   <soapenv:Header/>
16
   <soapenv:Body>
16
   <soapenv:Body>
17
      <ws:getDate/>
17
      <ws:getDate/>
18
   </soapenv:Body>
18
   </soapenv:Body>
19
</soapenv:Envelop
19
</soapenv:Envelop
20
]]></screen>
20
]]></programlisting>
21
	Sample response:
21
	Sample response:
22
	<programlisting language="xml"><![CDATA[
22
	<programlisting language="xml"><![CDATA[
23
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
23
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
24
   <soap:Body>
24
   <soap:Body>
25
      <ns1:getDateResponse xmlns:ns1="http://ws.xservices.brutex.net">
25
      <ns1:getDateResponse xmlns:ns1="http://ws.xservices.brutex.net">