This post originated from an RSS feed registered with Python Buzz
by Phillip Pearson.
Original Post: Toolserver Framework for Python
Feed Title: Second p0st
Feed URL: http://www.myelin.co.nz/post/rss.xml
Feed Description: Tech notes and web hackery from the guy that brought you bzero, Python Community Server, the Blogging Ecosystem and the Internet Topic Exchange
Georg Bauer just released the Toolserver Framework for Python, a Medusa-based web server that makes it extremely easy to implement SOAP and XML-RPC endpoints. Convenient. A good starting point if you want to create a SOAP or XML-RPC service in Python (with better performance than the usual way, using a CGI script under Apache).