I am creating a Django website for a client who won't give me access
to their database or server, but will allow login / account creation
on their server via SOAP or XML-RPC from my server, where the Django-
based website will reside.
I would like to get an idea beforehand about which route, SOAP or XML-
RPC, is easier, more stable, less buggy, more widely used, etc.

The process will be:
a) user inputs new account info on my server (lets call it D for
Django).
b) account is created on client's server (lets call it C for client)
c) C responds with Success or Fail.
d) next morning, user logs in via D
e) C responds with Success or Fail, plus some user info such as name,
age and other info gleaned during step (a).
f) D stores this information to use during the session and logs in
user.

Any help, caveats, libraries or suggestions are much appreciated.
--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to