from twisted.web import xmlrpc p = xmlrpc.Proxy("http://example.com") deferred = p.callRemote("add", 1, 2) deferred2 = p.callRemote("getResult")