documentation improvements
authorjeff <jeff>
Mon, 6 Aug 2007 19:45:22 +0000 (19:45 +0000)
committerjeff <jeff>
Mon, 6 Aug 2007 19:45:22 +0000 (19:45 +0000)
fs_selfservice/FS-SelfService/SelfService/XMLRPC.pm

index 71d489b..4e0d3e9 100644 (file)
@@ -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>