Freeside:1.9:Documentation:Developer/FS/SelfService/XMLRPC

From Freeside
Jump to: navigation, search

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