Skip to content

OpenOLAT/openmeetingsws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages