From 830a1fe941d4de5ecc5c4387891a65d2566e6114 Mon Sep 17 00:00:00 2001 From: Christophe de Vienne Date: Thu, 20 Oct 2011 14:57:03 +0200 Subject: [PATCH] Include the soap client example in the documentation --- doc/gettingstarted.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/gettingstarted.rst b/doc/gettingstarted.rst index 3a0b1bb..7a35600 100644 --- a/doc/gettingstarted.rst +++ b/doc/gettingstarted.rst @@ -7,4 +7,9 @@ You can find it in the examples directory of the source distribution. .. literalinclude:: ../examples/demo/demo.py :language: python +When running this example, the following soap client can interrogate +the web services: + +.. literalinclude:: ../examples/demo/client.py + :language: python