On 12/22/06, juampa <[EMAIL PROTECTED]> wrote:
Hello all: I am trying to gather all the information I can about implementing web services with Django (XML-RPC, SOAP, REST). Can you suggest good sources of information/examples of implementations? What is the offical status of WS support in Django? Thanks.
There is no specific WS support at present. Django lets you write views that serve HTTP - if those HTTP packets happen to be in XML-RPC/SOAP/... format, then you have an XML-RPC/SOAP/... app. Django templates aren't HTML specific, so you can use them to help in producing XML-RPC/SOAP/... packets. There has been talk from time to time about the creation of some generic views for REST-type applications; the goal here would be to provide a generic mechanism that makes writing REST views easier. If you have any specific suggestions, we'd be happy to hear them - but check the archives of the django-users and django-developers list first to see the current state of the debate. Yours, Russ Magee %-) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---