blob: 73d568488f544662c1ab0f9731ecca63b31f73ef (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
Multiprotocol Web Services for TurboGears
TGWebServices provides a super simple API for creating web services
that are available via SOAP, HTTP->XML, and HTTP->JSON.
The SOAP API generates WSDL automatically for your Python and even
generates enough type information for statically typed languages
(Java and C#, for example) to generate good client code on their end.
Author: Kevin Dangoor
WWW: http://code.google.com/p/tgws/
|