Difference between revisions of "Freeside:4:Documentation:Developer/FS/SelfService/XMLRPC"
From Freeside
(Edit via perl MediaWiki framework (1.13)) |
(No difference)
|
Latest revision as of 07:46, 18 November 2015
Contents
NAME
FS::SelfService::XMLRPC - Freeside XMLRPC accessible self-service API
SYNOPSIS
DESCRIPTION
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.
BUGS
SEE ALSO
freeside-selfservice-clientd, freeside-selfservice-server,FS::SelfService