On Tue, 2008-10-14 at 11:32 -0700, [EMAIL PROTECTED] wrote:
> Hello,
>  I am trying to get REST or SOAP working in 0.91 pre-magic version of
> Django. The idea is to let a third-party vendor check via xmlrpc to
> see if a user is authorized on our system and get a username. I was
> planning on using the sessionid cookie as the query from the 3rd
> party.
>  I need to stay on ver. 0.91.
> 
>  Anybody have any suggestions on how to proceed?

Your question is very vague. Basically the answer is "more or less the
same way you would with Django 1.0", although obviously some of the code
details will be different due to changs in the interim. But the design
is the same.

You haven't even said whether you are aiming for a REST architecture or
a SOAP style. Since, they're more or less complete opposites your design
doesn't seem very well nailed down.

So, in lieu of any actual specifics from you about what the actual
problem is, just approach this like any other project that needs to
request things from URLs. You set up particular URL patterns that are
the input avenues, they pass of the processing to views that do whatever
you want, which then return the appropriate data.

Regards,
Malcolm



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

Reply via email to