TurboGears web services:
- Supports SOAP, HTTP+XML, HTTP+JSON
- Outputs wrapped document/literal SOAP, which is the most widely compatible format
- Provides enough type information for statically typed languages to generate conveniently usable interfaces
- Can output instances of your own classes
- Works with TurboGears 1.0 and was reported to work with TurboGears 1.1
- Depends on TurboGears, Genshi, RuleDispatch
- MIT license
Check out the README file for more information.
For discussion on this project, sign up for the Google Group.
The source code is now hosted on bitbucket (http://bitbucket.org/cdevienne/tgws/).