Thanks Kevin! I am about to go thru the article which you have sent to me.
My exact requirement is like , I have to fetch few data's from my database and i have to convert my data's into XML format. I have done the method to fetch the data's. It would be great if you guide me to how to convert my data's into XML format also how to configure my data's in apache. i.e.) My web service will have a text field named user name and if I enter user name it should list me the project name for the particular user in XML FORMAT. Thank you once again! ~Vela On Feb 27, 2:14 am, Kevin Noonan <[email protected]> wrote: > 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-goo...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 -~----------~----~----~----~------~----~------~--~---
