11.22.9 クライアントのサンプル

# simple test program (from the XML-RPC specification)

# server = ServerProxy("http://localhost:8000") # local server
server = ServerProxy("http://betty.userland.com")

print server

try:
    print server.examples.getStateName(41)
except Error, v:
    print "ERROR", v
ご意見やご指摘をお寄せになりたい方は、 このドキュメントについて... をご覧ください。