Index: lams_central/conf/xdoclet/servlets.xml
===================================================================
RCS file: /usr/local/cvsroot/lams_central/conf/xdoclet/servlets.xml,v
diff -u -r1.14.2.1 -r1.14.2.2
--- lams_central/conf/xdoclet/servlets.xml 30 Mar 2007 00:12:31 -0000 1.14.2.1
+++ lams_central/conf/xdoclet/servlets.xml 25 May 2007 05:49:06 -0000 1.14.2.2
@@ -69,3 +69,45 @@
+
+ FederationGroups
+ org.gomba.XMLServlet
+
+ query
+
+ select distinct o.organisation_id,o.name from lams_organisation o, lams_fed_server s
+ where can_join_joint_lessons=1
+ and sha1(s.privatekey)=${param.h}
+
+
+
+ response-headers
+
+ Last-Modified: Mon, 24 May 1976 00:00:00 GMT
+
+
+ 1
+
+
+
+ FederationLessons
+ org.gomba.XMLServlet
+
+ query
+
+ select distinct l.lesson_id, l.name from lams_fed_lesson fl, lams_lesson l, lams_fed_server s
+ where fl.lesson_id=l.lesson_id
+ and fl.ext_org_id=${param.orgId java.lang.Integer}
+ and s.name=${param.name}
+ and fl.server_sid=s.sid
+ and sha1(s.privatekey)=${param.h}
+
+
+
+ response-headers
+
+ Last-Modified: Mon, 24 May 1976 00:00:00 GMT
+
+
+ 1
+
\ No newline at end of file