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