Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rancavil/tornado-webservices
A implementation of SOAP web services for tornado web server
https://github.com/rancavil/tornado-webservices
Last synced: 2 months ago
JSON representation
A implementation of SOAP web services for tornado web server
- Host: GitHub
- URL: https://github.com/rancavil/tornado-webservices
- Owner: rancavil
- Created: 2011-06-29T05:20:23.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2015-06-22T14:28:45.000Z (over 9 years ago)
- Last Synced: 2024-08-04T04:04:13.787Z (6 months ago)
- Language: Python
- Homepage: www.innovaser.cl/innovaser.php
- Size: 580 KB
- Stars: 92
- Watchers: 16
- Forks: 32
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- starred-awesome - tornado-webservices - A implementation of SOAP web services for tornado web server (Python)
README
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:
-------------
- Using PIP:
```
$ pip install tornado-webservices
```
- Using easy_install:
```
$ easy_install tornado-webservices
```
- Manually:
```
$ 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 ;-)