Nevermind. I got it. I missed that _all_ requests should be forwarded to
handle_xmlrpc. I was expecting the registered ones functions to behave
"normally." Well it was actually your email that tipped me off, but
let's chalk it up as an object lesson on reading code. (For anyone
unfamiliar, the code states clearly that requests should go
handle_xmlrpc. My bad.) I  coulda solved it with a little more reading.
And coffee.

Thanks Graham. I look forward to using this xmlrpc interface since it
hits the sweet spot for my present needs. Simpler than SOAP, less
cutting edge than REST. 

J
 

-----Original Message-----
From: django-users@googlegroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of Graham Binns
Sent: Monday, June 11, 2007 12:24 PM
To: Django users
Subject: Re: Django_xmlrpc


Hi John,

I have it up and running using the introspection-dev branch, but then I
wrote it. Or adapted it. Or at least made it into a django app...
Something like that anyway. Anyroadup I'm responsible for it, so if
you've got a problem it's my job to help you solve it :)

I'm sorry that you're having trouble and, for the sake of getting it
said, the documentation that exists sucks and that which doesn't suck
doesn't exist, something that I'm working to fix at present.

Can you give me some more details about your setup? Ideally, I'd need to
see the XMLRPC_METHODS section of settings.py and the entry in your
urlconf (urls.py) that points to handle_xmlrpc.

Cheers,

Graham

John Goodleaf wrote:

> Does anyone have django_xmlrpc running successfully? I have been 
> trying to get the introspection-dev branch running but am running into

> some problems. I feel sure it's my fault. I'm not sure how to wire up 
> django_xmlrpc with settings and urls.py. I can get the system to run 
> and, apparently, register a function, but I've been trying to rest it 
> with xmlrpclib and can't get a response that isn't either a 404 or
500.
> Anyone have an example they can share, including the settings and
urls?
> Thanks,
> J




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