Hi Velappan,

Chapter 12 of "RESTful Web Services" (O'Reilly) has an example of a
web service implementation in Python (using the Django web framework).

http://oreilly.com/catalog/9780596529260/

Even if you don't buy the book, you can download the sample code for
the chapter.


Also, you could host your web-service on Google App Engine.

A couple of how-to articles, using XML-RPC and JSON-RPC:

http://appengine-cookbook.appspot.com/recipe/xml-rpc-server-using-google-app-engine/
http://code.google.com/appengine/articles/rpc.html

And a code sample with JSON-RPC:
http://code.google.com/p/gae-jsonrpc-example/


I hope the above helps!

Kevin.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Python Ireland" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.ie/group/pythonireland?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to