wsme/doc/todo.rst

465 B

TODO

WSME is a work in progress. Here is a list of things that should be done :

  • Fix the SOAP protocol : the namespace for parameters is not correctly handle -> some tests with suds should help.
  • Implement new protocols :
    • json-rpc
    • xml-rpc
    • ExtDirect
  • Implement adapters for other framework :
    • TurboGears 2
    • Pyramid
    • Pylons
    • CherryPy
    • others ?
  • Add unittests for adapters