/ Published in: Python
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
from xmlrpclib import ServerProxy, Error; s = ServerProxy('http://localhost:8000/Test1/default/call/xmlrpc'); print s.add(3,4)