# semplice programma di test (dalle specifiche XML-RPC) # server = ServerProxy("http://localhost:8000") # server locale server = ServerProxy("http://betty.userland.com") print server try: print server.examples.getStateName(41) except Error, v: print "ERROR", v