TGWebServices the easy way to creating web services for SOAP, HTTP-XML and HTTP-JSON

TurboGears founder
Kevin Dangoor has announced the release of TGWebServices, a
multiprotocol web services toolkit for TurboGears. TGWebServices
provides a super simple API for creating web services that are
available via SOAP, HTTP->XML, and HTTP->JSON.

Features of TGWebServices :

* 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
* MIT license allows for unrestricted use

One of the major features
is, TGWebServices code looks like a normal Python function.

You can easy_install TGWebServices
or can get it from the Python Cheeseshop

If you don’t know much about TurboGears, here’s an
overview. TurboGears
is a Python web application framework consisting of several
underlying components such as MochiKit, SQLObject, CherryPy and Kid.
TurboGears is designed around the MVC (model-view-controller)
architecture, like Struts or Ruby on Rails, designed to make rapid web
application development in Python easier and more maintainable.

TurboGears was created in 2005 by Kevin Dangoor. When he released it as
an open source framework in the end of September 2005, it received more
than 30,000 screencast downloads in the first 3 months! As of Febuary
2007, TurboGears has a large and vibrant community, nearly 3000 users
on the high traffic TurboGears mailing list. Visit www.turbogears.org
to know more details.

Related:
TurboGears
is equivalent to Ruby on Rails!

Content Team

The IndicThreads Content Team posts news about the latest and greatest in software development as well as content from IndicThreads' conferences and events. Track us social media @IndicThreads. Stay tuned!

Leave a Reply