Home
The Toolkit for Online Communities
15899 Community Members, 0 members online, 2375 visitors today
Log In Register

XML-RPC Server 0.3

OpenACS Home : ACS API Browser : XML-RPC Server 0.3
Kind: Publicity:
[Library Files | Procedures | SQL Files | Content Pages] [Public Only | All]
system.add       Simple test function. 
system.listMethods       Enumerate the methods implemented by the XML-RPC server. 
system.methodHelp       This method takes one parameter, the name of a method implemented by the XML-RPC server. 
system.multicall       <p> Perform multiple requests in one call - see http://www.xmlrpc.com/discuss/msgReader$1208 </p> <p> Takes an array of XML-RPC calls encoded as structs of the form (in a Pythonish notation here): <pre> {'methodName': string, 'params': array} </pre> </p> 
xmlrpc::enabled_p        
xmlrpc::list_methods        
xmlrpc::register_proc       <p> Register a proc to be available via XML-RPC. 
xmlrpc::remote_call       Invoke a method on a remote server using XML-RPC 
xmlrpc::url