Subversion Repositories XServices

Compare Revisions

Ignore whitespace Rev 158 → Rev 159

/xservices/trunk/doc/DateServices/getTimestamp2.xml
8,7 → 8,8
<title>getTimestamp2</title>
<para>Get current timestamp in seconds (unix timestamp).
Sample request:
<screen><![CDATA[
<programlisting language="xml">
<![CDATA[
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ws="http://ws.xservices.brutex.net">
17,9 → 18,11
<ws:getTimestamp2/>
</soapenv:Body>
</soapenv:Envelop
]]></screen>
]]>
</programlisting>
Sample response:
<screen><![CDATA[
<programlisting language="xml">
<![CDATA[
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ns1:getTimestamp2Response xmlns:ns1="http://ws.xservices.brutex.net">
26,6 → 29,7
<ns1:return>]]><emphasis>1325488876</emphasis><![CDATA[</ns1:return>
</ns1:getTimestamp2Response>
</soap:Body>
</soap:Envelope>]]></screen>
</soap:Envelope>]]>
</programlisting>
</para>
</section>