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