Re: WebServices datasource

2006-09-06 Thread Bill de hÓra
Marc Fargas wrote: > Hi, > In reference to [1], what would be the best way to provide a > datasource for a model that is backed on a WebService ? > > Image you have a webservice that returns "customer objects", then I'd > like to have a model called Customer on which to use .objects.all() > and s

WebServices datasource

2006-09-05 Thread Marc Fargas
Hi, In reference to [1], what would be the best way to provide a datasource for a model that is backed on a WebService ? Image you have a webservice that returns "customer objects", then I'd like to have a model called Customer on which to use .objects.all() and so. So, how should I build that mo