[freeside-commits] freeside/fs_selfservice/FS-SelfService/SelfService XMLRPC.pm, 1.1.2.2, 1.1.2.3

Jeff Finucane,420,, jeff at wavetail.420.am
Mon Aug 6 12:46:00 PDT 2007


Update of /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService/SelfService
In directory wavetail:/tmp/cvs-serv26164

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	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.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- XMLRPC.pm	6 Aug 2007 08:51:19 -0000	1.1.2.2
+++ XMLRPC.pm	6 Aug 2007 19:45:57 -0000	1.1.2.3
@@ -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