File: gettingstarted.rst

package info (click to toggle)
python-wsme 0.8.0-2~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 832 kB
  • sloc: python: 9,235; makefile: 140
file content (15 lines) | stat: -rw-r--r-- 370 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Getting Started
===============

For now here is just a working example.
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