8,7 → 8,8 |
<title>getTimestamp</title> |
<para>Get current timestamp in milliseconds (epoch). |
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:getTimestamp/> |
</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:getTimestampResponse xmlns:ns1="http://ws.xservices.brutex.net"> |
26,6 → 29,7 |
<ns1:return>]]><emphasis>1325488875703</emphasis><![CDATA[</ns1:return> |
</ns1:getTimestampResponse> |
</soap:Body> |
</soap:Envelope>]]></screen> |
</soap:Envelope>]]> |
</programlisting> |
</para> |
</section> |