OpenOLAT / openmeetingsws

Interfaces to integrate the OpenMeetings Classroom in the LMS OpenOLAT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenMeetings WS for OpenOLAT

A project to compile in Java the WSDL's of Openmeetings used by the Openmeetings virtual classrom in OpenOLAT.

The project doesn't contains Java classes, they are generated with maven.

To recompile the WSDL first download them and place them in src/main/resssources

localhost:5080/openmeetings/services/UserService?wsdl
localhost:5080/openmeetings/services/RoomService?wsdl
localhost:5080/openmeetings/services/CalendarService?wsdl

Delete the java code in src/main/java and recompile the WSDLs with:

mvn clean generate-sources

Than you have regenerate the java code and you can package the code:

mvn package

About

Interfaces to integrate the OpenMeetings Classroom in the LMS OpenOLAT

License:Apache License 2.0


Languages

Language:Java 100.0%