/tornado-webservices

A implementation of SOAP web services for tornado web server

Primary LanguagePython

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.

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

Prerequisities:
---------------

You need to have tornado-1.2.1.tar.gz installed, at least.

Installation:
-------------
To install:

- Decompess the file tornadows-<version>.tar.gz
- cd into tornadows-<version>
- and execute:
	python setup.py build
	python setup.py install

On Ubuntu you need to use the sudo command...don't forget ;-)