Subversion Repositories XServices

Compare Revisions

No changes between revisions

Ignore whitespace Rev 160 → Rev 83

/xservices/trunk/doc/DateServices/DateServices.xml
File deleted
\ No newline at end of file
Property changes:
Deleted: svn:mime-type
-text/plain
\ No newline at end of property
/xservices/trunk/doc/DateServices/getTimestamp.xml
8,8 → 8,7
<title>getTimestamp</title>
<para>Get current timestamp in milliseconds (epoch).
Sample request:
<programlisting language="xml">
<![CDATA[
<screen><![CDATA[
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ws="http://ws.xservices.brutex.net">
18,11 → 17,9
<ws:getTimestamp/>
</soapenv:Body>
</soapenv:Envelop
]]>
</programlisting>
]]></screen>
Sample response:
<programlisting language="xml">
<![CDATA[
<screen><![CDATA[
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ns1:getTimestampResponse xmlns:ns1="http://ws.xservices.brutex.net">
29,7 → 26,6
<ns1:return>]]><emphasis>1325488875703</emphasis><![CDATA[</ns1:return>
</ns1:getTimestampResponse>
</soap:Body>
</soap:Envelope>]]>
</programlisting>
</soap:Envelope>]]></screen>
</para>
</section>
/xservices/trunk/doc/DateServices/getTimestamp2.xml
8,8 → 8,7
<title>getTimestamp2</title>
<para>Get current timestamp in seconds (unix timestamp).
Sample request:
<programlisting language="xml">
<![CDATA[
<screen><![CDATA[
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ws="http://ws.xservices.brutex.net">
18,11 → 17,9
<ws:getTimestamp2/>
</soapenv:Body>
</soapenv:Envelop
]]>
</programlisting>
]]></screen>
Sample response:
<programlisting language="xml">
<![CDATA[
<screen><![CDATA[
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ns1:getTimestamp2Response xmlns:ns1="http://ws.xservices.brutex.net">
29,7 → 26,6
<ns1:return>]]><emphasis>1325488876</emphasis><![CDATA[</ns1:return>
</ns1:getTimestamp2Response>
</soap:Body>
</soap:Envelope>]]>
</programlisting>
</soap:Envelope>]]></screen>
</para>
</section>
/xservices/trunk/doc/DateServices/getDate.xml
8,7 → 8,7
<title>getDate</title>
<para>Get current time and date.
Sample request:
<programlisting language="xml"><![CDATA[
<screen><![CDATA[
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ws="http://ws.xservices.brutex.net">
17,7 → 17,7
<ws:getDate/>
</soapenv:Body>
</soapenv:Envelop
]]></programlisting>
]]></screen>
Sample response:
<programlisting language="xml"><![CDATA[
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
/xservices/trunk/doc/DateServices/getDateExtended.xml
8,7 → 8,7
<title>getDateExtended</title>
<para>Get current time and date (extended Version).
Sample response:
<programlisting language="xml">
<screen>
<![CDATA[
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
25,7 → 25,7
</soap:Body>
</soap:Envelope>
]]>
</programlisting>
</screen>
 
</para>
</section>