/flask-soap-server

A simple soap server with flask

Primary LanguageJavaScript

flask-soap-server

A simple example of how to use SOAP with Flask.

With this project you have a base soap server written in python with a javascript client.

Dependencies

All dependencies are written in requirements.txt and you can install them with:

pip install -r requirements.txt

You may need to install these libraries for a correct installation of all dependencies:

libxsl1-dev
libxml2-dev

Note: libraries refer on Ubuntu package name, please search an equivalent for yours OS.

How to test

Just type the command below in the main directory:

honcho start

You can see the example page at http://localhost:5000/ with your browser.
WSDL generated on http://localhost:5000/soap?wsdl.

Note: internet connection is required to download jquery library.

Authors

Gabriele
Mirco

License

The MIT License (MIT)

Copyright (C) 2013 Gabriele Di Bari, Mirco Tracolli

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.