rancavil / tornado-webservices

A implementation of SOAP web services for tornado web server

Home Page:www.innovaser.cl/innovaser.php

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 ;-)

About

A implementation of SOAP web services for tornado web server

www.innovaser.cl/innovaser.php


Languages

Language:Python 100.0%