Include the soap client example in the documentation

This commit is contained in:
Christophe de Vienne 2011-10-20 14:57:03 +02:00
parent aecf045fb0
commit 830a1fe941
1 changed files with 5 additions and 0 deletions

View File

@ -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