Re: Using Python xmlrpclib to build XMLRPC clients for a server with variable RPC names

2011-10-09 Thread JPC
That was the information I was missing many thanks. For the reference sake, a look through the source code indicates this solution; prior to your message I just didn't understand it that well. -- /jpc On Sun, 2011-10-09 at 11:00 -0700, Chris Rebert wrote: > On Sun, Oct 9, 2011 at 6:30 AM, John

Re: Using Python xmlrpclib to build XMLRPC clients for a server with variable RPC names

2011-10-09 Thread Chris Rebert
On Sun, Oct 9, 2011 at 6:30 AM, John P. Crackett wrote: > I need to write prototype XMLRPC clients using xmlrpclib for a server > that has variable RPC names and I'd like to use Python as the > prototyping tool.  I've searched but can't find any relevant advice > online.  Any pointers would be gra

Using Python xmlrpclib to build XMLRPC clients for a server with variable RPC names

2011-10-09 Thread John P. Crackett
I need to write prototype XMLRPC clients using xmlrpclib for a server that has variable RPC names and I'd like to use Python as the prototyping tool. I've searched but can't find any relevant advice online. Any pointers would be gratefully received; details follow. The server in question constru