Forum Problems Installing LAMS: Re: LAMS Integration


 
Search: 

2: Re: LAMS Integration
In response to 1 09/03/08 05:29 PM
[ Reply | Forward ]
Hi Gary,

The interfaces you'd be interested in are in the LessonManager servlets. There's the soap one (deprecated), and another that returns XML. Currently the best way to see what they provide is to look at the source files in lams_central/src/java/org/lamsfoundation/lams/webservice/LearningManagerSoapBindingImpl.java and lams_central/src/java/org/lamsfoundation/lams/webservice/xml/LearningManagerServlet.java

There's no 'delete sequence' method - this can be done when you open LAMS author. But there is a 'delete lesson' method, although we haven't used it so far I think.

In the xml/LessonManagerServlet there are two methods for getting the progress of an individual and a whole class.

Hope this helps,

Posted by Jun-Dir Liew

Reply to first post on this page
Back to Problems Installing LAMS