When I say Web Services, I am including SOAP aswell as REST. So my django project actually becomes a portal to various web services hosted by external entities. So is the best way to do it, to have a job model which holds the various job data and have a process running which runs the web service and updates the relevant job model so when the user views the "results" view it appears properly. The view could return results if the result was retrieved within a specific time period, else it would return a "work in progress". Would this kind of thing work? So the "WS client process" and Django both share the same models and "talk" using the database? Is there any problem with this that anyone can see?
Would this work? Many Thanks in advance, Nathan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

