sample.py
Go to the documentation of this file.
00001 #!/usr/bin/env python
00002 
00003 import xmlrpclib
00004 server = xmlrpclib.Server('http://xmlrpc-c.sourceforge.net/api/sample.php')
00005 result = server.sample.add(1,2)
00006 print result
00007 
00008 print server.system.listMethods()
00009 print server.system.methodSignature('sample.add')
00010 
00011 
00012 
00013 


agentsystem_examples
Author(s): k-okada
autogenerated on Mon Oct 6 2014 12:08:22