Home

Awesome

Tornado Web Services:

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.

tornado-webservice is licensed user the Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0).

Prerequisities:

You need to have tornado installed, you must download and install from:

http://www.tornadoweb.org/

Installation:

$ pip install tornado-webservices
$ easy_install tornado-webservices
$ tar xvzf tornado-webservices-version.tar.gz
$ cd tornado-webservices-version
$ python setup.py install

On Linux systems (like ubuntu or similar) you need to use the sudo command...don't forget ;-)