Re: count users in the room via soap

2013-11-14 Thread IamTutor Rus
I have done :) 2013/11/14 IamTutor Rus > Ok, I'll do it soon > > > 2013/11/14 Maxim Solodovnik > >> Actually I'm not sure if it works in 2.2 or not :( >> So I would like to have JIRA issue in case it still an issue in 2.2 :) >> >> >> On Wed, Nov 13, 2013 at 7:49 PM, IamTutor Rus wrote: >> >>>

Re: count users in the room via soap

2013-11-13 Thread IamTutor Rus
Ok, I'll do it soon 2013/11/14 Maxim Solodovnik > Actually I'm not sure if it works in 2.2 or not :( > So I would like to have JIRA issue in case it still an issue in 2.2 :) > > > On Wed, Nov 13, 2013 at 7:49 PM, IamTutor Rus wrote: > >> Maxim, if you say that there is no such problem in OM 2.2

Re: count users in the room via soap

2013-11-13 Thread Maxim Solodovnik
Actually I'm not sure if it works in 2.2 or not :( So I would like to have JIRA issue in case it still an issue in 2.2 :) On Wed, Nov 13, 2013 at 7:49 PM, IamTutor Rus wrote: > Maxim, if you say that there is no such problem in OM 2.2, why do you need > JIRA issue? ) > > > 2013/11/13 IamTutor R

Re: count users in the room via soap

2013-11-13 Thread IamTutor Rus
Maxim, if you say that there is no such problem in OM 2.2, why do you need JIRA issue? ) 2013/11/13 IamTutor Rus > So, If anyone interested ))..I finally got number of users in room in OM > 2.1.1 ))). SOAP method getRoomCounters by some reason got me nothing, so i > use PHP function http_get >

Re: count users in the room via soap

2013-11-13 Thread IamTutor Rus
So, If anyone interested ))..I finally got number of users in room in OM 2.1.1 ))). SOAP method getRoomCounters by some reason got me nothing, so i use PHP function http_get ("http://youreserver.com:port/om/services/RoomService/getRoomCounters?SID=...";). And after that I parse the response. Serge

Re: count users in the room via soap

2013-11-13 Thread Maxim Solodovnik
please create JIRA issue, to prevent this request from being fogotten :) On Wed, Nov 13, 2013 at 4:10 PM, IamTutor Rus wrote: > ))) thanks anyway > > > 2013/11/13 Maxim Solodovnik > >> I'm not sure such method is available via SOAP >> You can add one and send me the patch ;) >> >> >> On W

Re: count users in the room via soap

2013-11-13 Thread IamTutor Rus
))) thanks anyway 2013/11/13 Maxim Solodovnik > I'm not sure such method is available via SOAP > You can add one and send me the patch ;) > > > On Wed, Nov 13, 2013 at 4:03 PM, IamTutor Rus wrote: > >> Then last question ). Pleeease, can you tell me workable SOAP method in >> OM 2.1.1 that

Re: count users in the room via soap

2013-11-13 Thread Maxim Solodovnik
I'm not sure such method is available via SOAP You can add one and send me the patch ;) On Wed, Nov 13, 2013 at 4:03 PM, IamTutor Rus wrote: > Then last question ). Pleeease, can you tell me workable SOAP method in OM > 2.1.1 that can tell me number of users in the room? Cause any I have t

Re: count users in the room via soap

2013-11-13 Thread IamTutor Rus
Then last question ). Pleeease, can you tell me workable SOAP method in OM 2.1.1 that can tell me number of users in the room? Cause any I have tried - doesn't work. :) 2013/11/13 Maxim Solodovnik > Most methods works as expected > Problems are with methods returning lists of objects > > >

Re: count users in the room via soap

2013-11-13 Thread Maxim Solodovnik
Most methods works as expected Problems are with methods returning lists of objects On Wed, Nov 13, 2013 at 3:57 PM, IamTutor Rus wrote: > Блин ((.. I've got OM 2.1.1 . So It's SOAP doesn't work? But I can > login via SOAP. > > > 2013/11/13 Maxim Solodovnik > >> What version? >> SOAP

Re: count users in the room via soap

2013-11-13 Thread IamTutor Rus
But Maxim, how then one can use intergration, if OM 2.2 is not stable now, but in OM 2.1.1 SOAP doesn't work. 2013/11/13 IamTutor Rus > Блин ((.. I've got OM 2.1.1 . So It's SOAP doesn't work? But I can > login via SOAP. > > > 2013/11/13 Maxim Solodovnik > >> What version? >> SOAP was bro

Re: count users in the room via soap

2013-11-13 Thread IamTutor Rus
Блин ((.. I've got OM 2.1.1 . So It's SOAP doesn't work? But I can login via SOAP. 2013/11/13 Maxim Solodovnik > What version? > SOAP was broken before 2.2 > > > On Wed, Nov 13, 2013 at 3:48 PM, IamTutor Rus wrote: > >> Guys, please, heelp me))). >> >> It seems that any soap method (except

Re: count users in the room via soap

2013-11-13 Thread Maxim Solodovnik
What version? SOAP was broken before 2.2 On Wed, Nov 13, 2013 at 3:48 PM, IamTutor Rus wrote: > Guys, please, heelp me))). > > It seems that any soap method (except UserService methods) doesn't work in > my OM. Any other gives such error: > > *Fatal error*: Uncaught SoapFault exception: [soapen

Re: count users in the room via soap

2013-11-13 Thread IamTutor Rus
Guys, please, heelp me))). It seems that any soap method (except UserService methods) doesn't work in my OM. Any other gives such error: *Fatal error*: Uncaught SoapFault exception: [soapenv:Server] unknown... Give me some ideas, please :) Sergey 2013/11/12 IamTutor Rus > Or, may be there i

Re: count users in the room via soap

2013-11-12 Thread IamTutor Rus
Or, may be there is a field in some table of OM database, which shows number of users in the certain room. Thanx! :) 2013/11/12 IamTutor Rus > Hi everyone! > > Could you be so kind and point me the functions that can do this. Cause i > tried "getRoomsWithCurrentUsersByList", but this function

count users in the room via soap

2013-11-12 Thread IamTutor Rus
Hi everyone! Could you be so kind and point me the functions that can do this. Cause i tried "getRoomsWithCurrentUsersByList", but this function gave me error like this: "you can't you this function via soap..."