Re: Webservices using Django

2006-10-24 Thread adamjspooner
Thanks Jure. I'll start looking at the IBM DeveloperWorks site. Adam --~--~-~--~~~---~--~~ 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 unsub

Re: Re: Webservices using Django

2006-10-19 Thread Jure Čuhalev
On 10/18/06, adamjspooner <[EMAIL PROTECTED]> wrote: > > > > SOAP is what I was after. If I used SOAPpy could I still import the > > > django model stuff in the SOAP service script? > > > > Take a look at this ticket: http://code.djangoproject.com/ticket/552 > > > > It works quite well if you want

Re: Webservices using Django

2006-10-18 Thread adamjspooner
> > SOAP is what I was after. If I used SOAPpy could I still import the > > django model stuff in the SOAP service script? > > Take a look at this ticket: http://code.djangoproject.com/ticket/552 > > It works quite well if you want part of your site to be able to do SOAP also. Has anyone used thi

Re: Re: Webservices using Django

2006-10-18 Thread Jure Čuhalev
On 10/18/06, Devraj Mukherjee <[EMAIL PROTECTED]> wrote: > > SOAP is what I was after. If I used SOAPpy could I still import the > django model stuff in the SOAP service script? Take a look at this ticket: http://code.djangoproject.com/ticket/552 It works quite well if you want part of your site

Re: Webservices using Django

2006-10-17 Thread Malcolm Tredinnick
On Wed, 2006-10-18 at 15:51 +1000, Devraj Mukherjee wrote: > SOAP is what I was after. If I used SOAPpy could I still import the > django model stuff in the SOAP service script? Yes, you can do this. The only thing you need to work out is how you are going to handle the Django-side configuration.

Re: Webservices using Django

2006-10-17 Thread Devraj Mukherjee
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

Re: Webservices using Django

2006-10-17 Thread Mikhail Gusarov
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 c

Re: Webservices using Django

2006-10-17 Thread Malcolm Tredinnick
On Wed, 2006-10-18 at 14:45 +1000, Devraj Mukherjee wrote: > Is there a chance that Django will support the provisions of > Webservices in the future. It would be nice to use the same data > models to provide WebServices for an application. > > Googled around but found nothing. Thanks Since "Web

Webservices using Django

2006-10-17 Thread Devraj Mukherjee
Is there a chance that Django will support the provisions of Webservices in the future. It would be nice to use the same data models to provide WebServices for an application. Googled around but found nothing. Thanks -- "I never look back darling, it distracts from the now", Edna Mode (The Incr