/ Published in: Python
Expand |
Embed | Plain Text
from xmlrpclib import ServerProxy, Error; s = ServerProxy('http://localhost:8000/Test1/default/call/xmlrpc'); print s.add(3,4)
You need to login to post a comment.
