[freeside-commits] freeside/fs_selfservice/FS-SelfService/SelfService XMLRPC.pm, 1.1, 1.2
Jeff Finucane,420,,
jeff at wavetail.420.am
Mon Aug 6 12:45:25 PDT 2007
Update of /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService/SelfService
In directory wavetail:/tmp/cvs-serv26130
Modified Files:
XMLRPC.pm
Log Message:
documentation improvements
Index: XMLRPC.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService/SelfService/XMLRPC.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- XMLRPC.pm 6 Aug 2007 08:46:06 -0000 1.1
+++ XMLRPC.pm 6 Aug 2007 19:45:22 -0000 1.2
@@ -10,14 +10,15 @@
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>
More information about the freeside-commits
mailing list