Re: getRoomsByID API

2013-06-11 Thread John Doe
I think I may have grabbed a development snapshot as opposed to a good release after comparing versions. 3.0 vs 2.1.1 Going to re-install. On Tue, Jun 11, 2013 at 5:22 AM, Maxim Solodovnik wrote: > Maybe user performing login to make request is not Admin/SOAP ? > > > On Mon, Jun 10, 2013 at 8:45

Re: getRoomsByID API

2013-06-11 Thread Maxim Solodovnik
Maybe user performing login to make request is not Admin/SOAP ? On Mon, Jun 10, 2013 at 8:45 AM, John Doe wrote: > Same exact response from it even if I corrupt the session id. > > Restarted the service, then rebooted the server and same thing after both > events. Starting to think I might have

Re: getRoomsByID API

2013-06-09 Thread John Doe
Same exact response from it even if I corrupt the session id. Restarted the service, then rebooted the server and same thing after both events. Starting to think I might have something corrupted from install. However, I can get an "unknown" response if I leave rooms_id as blank. Would the cache

Re: getRoomsByID API

2013-06-09 Thread Maxim Solodovnik
Weird, I have just checked it. Works as expected. Maybe somehow cache issue? On Jun 9, 2013 9:11 PM, "John Doe" wrote: > That is the current setup I have running, getSession returns a SID, > loginUser returns "1", and then no matter what room_id I send to > getRoomsById it returns the same XML re

Re: getRoomsByID API

2013-06-09 Thread John Doe
That is the current setup I have running, getSession returns a SID, loginUser returns "1", and then no matter what room_id I send to getRoomsById it returns the same XML response. . On Sun, Jun 9, 2013 at 6:57 AM, Maxim Solodovnik wrote: > you should call: > 1) services/UserService/getSession >

Re: getRoomsByID API

2013-06-09 Thread Maxim Solodovnik
you should call: 1) services/UserService/getSession 2) services/UserService/loginUser?SID=SID_FROM_POINT_1&username=USERNAME&userpass=PASSWORD 3) services/RoomService/getRoomById?SID=SID_FROM_POINT_1&rooms_id=1 On Sat, Jun 8, 2013 at 8:54 PM, John Doe wrote: > When using the getRoomById API c

getRoomsByID API

2013-06-08 Thread John Doe
When using the getRoomById API call, which room_id is it looking for. I have tried calling to for an ID I know is good and one that is not used, but I get the same XML response from both. ... openmeetings/services/RoomService/getRoomById?SID=26d03a64e097b4e2f64ff8a089ad8229&rooms_id=1 and ... ope