% include( '/elements/header.html', 'Developer Documentation' ) %> <& /elements/menubar.html, 'Freeside Perl Modules' => $fsurl.'docs/library/FS.html', 'Complete Index' => $fsurl.'docs/library/index.html', &>
FS::ClientAPI_XMLRPC - Freeside XMLRPC accessible self-service API, on the backend
This module implements the self-service API offered by xmlrpc.cgi and friends, but on a backend machine.
Use this API to implement your own client "self-service" module vi XMLRPC.
Each routine described in FS::SelfService is available vi XMLRPC as the method FS.SelfService.XMLRPC.method. All values are passed to the selfservice-server in a struct of strings. The return values are in a struct as strings, arrays, or structs as appropriate for the values described in FS::SelfService.