I am trying to write some unit tests for an XMLRPCController. I am
trying to use xmlrpclib to do this. I don't know what URI to pass
into ServerProxy.
from xmlrpclib import ServerProxy
server = ServerProxy('http://ipaddress:port/xmlrpc/')
server.system.listMethods()
raises a 'Connection refused' error.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---