This is an implementation of SOAP Web Service API, to be used in a Tornado Web Server, taking advantage of the great features of that server.
TornadoWS is licensed user the Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0).
You need to have tornado-1.2.1.tar.gz installed, at least.
The last version of tornadows uses tornado-2.2.
To install:
- Decompess the file tornadows-.tar.gz
- cd into tornadows-
- and execute: python setup.py build python setup.py install
On Ubuntu (or similar) you need to use the sudo command...don't forget ;-)