[Python-Dev] xmlrpclib Server (original) (raw)

Paul Prescod paulp@ActiveState.com
Sat, 11 Aug 2001 10:49:41 -0700


What would people think about renaming xmlrpclib.Server to xmlrpclib.RPCProxy or ServerProxy or something like that?

I find it confusing that the client software creates a Server object. I would expect xmlrpclib.Server() to create a true XML-RPC Server. I like the way that SOAPPy works: