Revision: 16306
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at July 30, 2009 14:43 by laurenceosx
Initial Code
from xmlrpclib import ServerProxy, Error; s = ServerProxy('http://localhost:8000/Test1/default/call/xmlrpc'); print s.add(3,4)
Initial URL
Initial Description
Initial Title
One liner test xmlrpc call to web2py add service
Initial Tags
Initial Language
Python