Ladon is a Python-based framework to expose functions to multiple types of web services. For instance SOAP, jsonrpc, HTTP POST arguments, etc.
1. Implement ...
Implement your service class decorating the methods you wish to expose with the ladonize decorator.
2. Wrap it ...
Wrap your service using Ladon's WSGI application class ...
3. Expose it ...
the WSGI application using Ladon's minimal WSGI server class, Apache2/mod_wsgi or some other WSGI middleware ...
Product's homepage
Requirements:
· Python
What's New in This Release: [ read full changelog ]
· Added reflection to fault response objects so it is possible to trace faults back to specific requests.