Subversion Repositories XServices

Compare Revisions

Ignore whitespace Rev 159 → Rev 83

/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>