Check out http://nerdierthanthou.nfshost.com/2005/09/soaped-django.html and http://nerdierthanthou.nfshost.com/2005/09/xmlrpc-support-for-django.html before you go on implementing something.
On 2/18/06, mateja <
[EMAIL PROTECTED]> wrote:
Chaos,
I too am interested in adding XML-RPC functionality to django. I
have not done anything more about this past just dreaming about it.
I'm very familiar with how to do this in Java, but I've been looking
for an excuse to start a django project. Here are some thoughts...
A google search for 'python xml-rpc' turned up these links, which I
will peruse further:
http://www.pythonware.com/products/xmlrpc/
http://www-128.ibm.com/developerworks/webservices/library/ws-pyth10.html
http://sourceforge.net/projects/py-xmlrpc/
Also, I'd check if the SOAPy project has anything to offer. I don't
know if this project is still alive, because it's pretty old.
By 'direct access' do you mean having a user access management service
for django? Like, being able to create groups of users with different
permissions on different resources?
As far as remote exceptions are concerned, XML-RPC supports these.
Look here for more info. Yes, I know it's in Java, but you get the
picture.
http://www-128.ibm.com/developerworks/xml/library/ws-tip-jaxrpc.html
I can't imagine this post was very helpful, I just wanted to let you
know that there's someone out there who feels your pain. ;)
Mateja
Blog: http://www.rootshell.be/~upadhyay
+91-9867-359-701
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---
- Re: Web Services Amit Upadhyay
- Re: Web Services [EMAIL PROTECTED]
- Re: Web Services ChaosKCW