Freeside:4:Documentation:Developer/FS/ClientAPI XMLRPC

From Freeside
Jump to: navigation, search

NAME

FS::ClientAPI_XMLRPC - Freeside XMLRPC accessible self-service API, on the backend

SYNOPSIS

This module implements the self-service API offered by xmlrpc.cgi and friends, but on a backend machine.

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

FS::SelfService::XMLRPC, FS::SelfService