Index: branches/PublicaMundi_David-devel/docs/client/howto.rst
===================================================================
--- branches/PublicaMundi_David-devel/docs/client/howto.rst	(revision 715)
+++ branches/PublicaMundi_David-devel/docs/client/howto.rst	(revision 716)
@@ -39,5 +39,5 @@
 
 Compiling ZOO-Client templates
----------------------------===
+------------------------------
 
 In order to work with ZOO-Client, you will first need to compile the
Index: branches/PublicaMundi_David-devel/docs/services/debug.rst
===================================================================
--- branches/PublicaMundi_David-devel/docs/services/debug.rst	(revision 715)
+++ branches/PublicaMundi_David-devel/docs/services/debug.rst	(revision 716)
@@ -58,6 +58,19 @@
   ./zoo_loader.cgi "service=wps&version=1.0.0&request=execute&identifier=HelloPy&datainputs=a=your name&responsedocument=Result"
 
-Working this way you can use the standard debug system of the actual programming language used
-to develop your service.
+Working this way you can use the standard debug system of the actual
+programming language used to develop your service.
+
+In case you should simulate POST requests, you can use the following
+command to tell the ZOO-Kernel to use the file ``/tmp/req.xml`` as the
+input XML request:
+
+.. code-block:: guess
+
+    # Define required environment settings
+    export REQUEST_METHOD=POST
+    export CONTENT_TYPE=text/xml
+    # Run the request stored in a file
+    ./zoo_loader.cgi < /tmp/req.xml
+
 
 GDB
