Re: xmlrpclib and methods declared at runtime

2006-07-26 Thread squid
On Wed, 26 Jul 2006 09:08:55 -0400, Brett g Porter <[EMAIL PROTECTED]> wrote: Brett, Thanks a bunch for the explanation! Regards, squid. -- http://mail.python.org/mailman/listinfo/python-list

Re: xmlrpclib and methods declared at runtime

2006-07-26 Thread Brett g Porter
squid wrote: > > Based on having read the python tutorial and remembering the list of > built-in functions, my guess would have been calling setattr in the > constructor or after doing a listMethods operation against the XML-RPC > server.. That is, assuming the XML-RPC service supports this api..

xmlrpclib and methods declared at runtime

2006-07-25 Thread squid
First off, I'm a python neophyte, but I'm fairly experienced with Java, C and PHP. I've been trying to use the xmlrpclib to perform remote calls against a service, and it works nicely. However, due to my lack of python-knowledge, I'm rather puzzled at the way the class works. Specifically, suppos