Hi, I would like to list ALL rooms.
If I call getRooms or getRoomsWithCurrentUsers I get this error: [ERROR] [http-bio-0.0.0.0-5080-exec-10] org.apache.axis2.rpc.receivers.RPCMessageReceiver - org.apache.axis2.AxisFault: Mapping qname not fond for the package: org.apache.openmeetings.data.beans.basic If I use getRoomsPublic I get a listing. However, this call is apparently only for audience and conference rooms. It won't list all rooms. I could use getRoomTypes + getRoomsWithCurrentUsersByListAndType but I would have to iterate through each Type. Is that the way to do it? Why can't I simply call getRooms? Thanks, Vieri
