summaryrefslogtreecommitdiff
path: root/fs_selfservice/FS-SelfService
diff options
context:
space:
mode:
Diffstat (limited to 'fs_selfservice/FS-SelfService')
-rw-r--r--fs_selfservice/FS-SelfService/SelfService/XMLRPC.pm11
1 files changed, 6 insertions, 5 deletions
diff --git a/fs_selfservice/FS-SelfService/SelfService/XMLRPC.pm b/fs_selfservice/FS-SelfService/SelfService/XMLRPC.pm
index 71d489bde..4e0d3e909 100644
--- a/fs_selfservice/FS-SelfService/SelfService/XMLRPC.pm
+++ b/fs_selfservice/FS-SelfService/SelfService/XMLRPC.pm
@@ -10,14 +10,15 @@ FS::SelfService::XMLRPC - Freeside XMLRPC accessible self-service API
Use this API to implement your own client "self-service" module vi XMLRPC.
-Each routine described in L<FS::SelfService> is available vi XMLRPC. 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 L<FS::SelfService>.
+Each routine described in L<FS::SelfService> is available vi XMLRPC as the
+method FS.SelfService.XMLRPC.B<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 L<FS::SelfService>.
=head1 BUGS
--head1 SEE ALSO
+=head1 SEE ALSO
L<freeside-selfservice-clientd>, L<freeside-selfservice-server>,L<FS::SelfService>