wsme/doc/gettingstarted.rst
Stephen Finucane 4c5c051fcb Remove support for SOAP protocol
This also allows us to removal lxml as an optional dependency.

Change-Id: I7ce0418012070677e36e41236487f3fabc0763a8
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2019-05-02 10:54:56 -06:00

369 B

Getting Started

For now here is just a working example. You can find it in the examples directory of the source distribution.

../examples/demo/demo.py

When running this example, the following REST client can interrogate the web services:

../examples/demo/client.py