You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy the content of {om-host}:{port}/openmeetings/services/UserService?wsdl to some file.
If you are using Linux, then do curl http://localhost:5080/openmeetings/services/UserService?wsdl > /tmp/userservice.wsdl
Download binary distrubution of Apache cxf and extract it.
Go to bin directory.
Execute ./wsdl2java -p the.bhushan.service.user -d /tmp /tmp/userservice.wsdl
(-p name of package, -d output directory)
If above command executed successfully, then you should be able to see the Java classes in /tmp/the/bhushan/service/user directory.
Repeat step 1 to 5 for other services(RoomService, RecordService) too.