15 lines
565 B
XML
15 lines
565 B
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<!DOCTYPE section [
|
|
<!ENTITY % myent SYSTEM "../entities.ent">
|
|
%myent;
|
|
]>
|
|
<section xmlns="http://docbook.org/ns/docbook" version="5.0"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<title>sleep</title>
|
|
<para>Delays the response by the given minutes/ seconds. Please note,
|
|
that it may take more time to perform the server roundtrip (network
|
|
delays, parsing, etc.). Also you may have a network timeout set up in
|
|
Tomcat or your client that prevents this web service to respond
|
|
correctly.
|
|
</para>
|
|
</section> |