SOAP is what I was after. If I used SOAPpy could I still import the
django model stuff in the SOAP service script?

On 10/18/06, Mikhail Gusarov <[EMAIL PROTECTED]> wrote:
>
>
> You ([EMAIL PROTECTED]) wrote:
>
>  DM> Is there a chance that Django will support the provisions of
>  DM> Webservices in the future. It would be nice to use the same data
>  DM> models to provide WebServices for an application.
>
> REST interfaces and RPC ones (like SOAP) are nearly orthogonal, and
> you can't infer RPC interface from the declarative data definition
> Django provides. You can easily use OR-mapper Django provides to serve
> your SOAP requests using SOAPpy, but generic solution is just
> impossible.
>
> --
>
> >
>


-- 
"I never look back darling, it distracts from the now", Edna Mode (The
Incredibles)

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to