Re: Problems with GetRooms SOAP method

2014-10-14 Thread Maxim Solodovnik
yes plugins are working actually this method is not used due to all plugins are create rooms, then use it you can download 3.0.4-SNAPSHOT for your needs On 15 October 2014 00:17, César M. Sandrigo wrote: > Hi guys! It's me again. > > Today I installed the version 2.2.0 of OM and I tried to use

Re: Problems with GetRooms SOAP method

2014-10-14 Thread César M . Sandrigo
Hi guys! It's me again. Today I installed the version 2.2.0 of OM and I tried to use GetRooms SOAP method. I'm getting the same error that I got with the newest versions (3.0.2 and 3.0.3). I downloaded the source code of 2 o 3 plugins for CMS and other tools and I see that these plugins are using

Re: Problems with GetRooms SOAP method

2014-10-14 Thread César M . Sandrigo
Thank you very much Maxim! We'll wait for the next release. 2014-10-11 6:38 GMT-03:00 Maxim Solodovnik : > should be fixed in latest 3.0.x build: > https://builds.apache.org/view/M-R/view/OpenMeetings/job/Openmeetings%203.0.x/ > #72 > > https://issues.apache.org/jira/browse/OPENMEETINGS-1102 > > O

Re: Problems with GetRooms SOAP method

2014-10-11 Thread Maxim Solodovnik
should be fixed in latest 3.0.x build: https://builds.apache.org/view/M-R/view/OpenMeetings/job/Openmeetings%203.0.x/ #72 https://issues.apache.org/jira/browse/OPENMEETINGS-1102 On 11 October 2014 01:14, Maxim Solodovnik wrote: > seems to be reproducible :( > will try to workaround/fix it :(

Re: Problems with GetRooms SOAP method

2014-10-10 Thread Maxim Solodovnik
seems to be reproducible :( will try to workaround/fix it :( On 11 October 2014 00:29, Maxim Solodovnik wrote: > I'm the dev :) > will try SoapUI and write back > > On 10 October 2014 22:54, César M. Sandrigo wrote: > >> Hi, I'm back. Well, I tried again with a clean installation. >> >> I have

Re: Problems with GetRooms SOAP method

2014-10-10 Thread Maxim Solodovnik
I'm the dev :) will try SoapUI and write back On 10 October 2014 22:54, César M. Sandrigo wrote: > Hi, I'm back. Well, I tried again with a clean installation. > > I have intalled the 3.0.3 release and when a tried to add the wsdl > from UserService or RoomService to SoapUI I got the following e

Re: Problems with GetRooms SOAP method

2014-10-10 Thread César M . Sandrigo
Hi, I'm back. Well, I tried again with a clean installation. I have intalled the 3.0.3 release and when a tried to add the wsdl from UserService or RoomService to SoapUI I got the following error: Source: http://localhost:5080/openmeetings/services/RoomService?wsdl Error: type 'Enum@http://www.w3

Re: Problems with GetRooms SOAP method

2014-10-10 Thread Maxim Solodovnik
OK, will wait for the news :) I would suggest you to use recent release: 3.0.3 On 10 October 2014 20:12, César M. Sandrigo wrote: > Hi guys, > > Thank you for your responses. I will try to response back to everyone: > > > I guess you are not calling loginUser this is why you get this stacktrace

Re: Problems with GetRooms SOAP method

2014-10-10 Thread César M . Sandrigo
Hi guys, Thank you for your responses. I will try to response back to everyone: > I guess you are not calling loginUser this is why you get this stacktrace Yes, i'm calling getSession and loginUser to validate the session id. I think this isn't my problem because when I call other methods (like

Re: Problems with GetRooms SOAP method

2014-10-09 Thread Abhishek Yadav
Thanks Max..i will try this... On Fri, Oct 10, 2014 at 10:03 AM, Maxim Solodovnik wrote: > you can use this PHP API: > https://code.google.com/a/apache-extras.org/p/openmeetings-api-plugin/ to > simplify your code > > On 10 October 2014 11:28, Abhishek Yadav > wrote: > >> Hello Cezar, >> >> I a

Re: Problems with GetRooms SOAP method

2014-10-09 Thread Maxim Solodovnik
you can use this PHP API: https://code.google.com/a/apache-extras.org/p/openmeetings-api-plugin/ to simplify your code On 10 October 2014 11:28, Abhishek Yadav wrote: > Hello Cezar, > > I am calling like this it is working fine > Before running this call loginUser webservice as suggested by

Re: Problems with GetRooms SOAP method

2014-10-09 Thread Abhishek Yadav
Hello Cezar, I am calling like this it is working fine Before running this call loginUser webservice as suggested by Max... I am using PHP programming language... $url = "http://yoururl:5080/openmeetings/ "."services/RoomService/getRoomWithClientObjectsById?SID=".$sid."&rooms_id=".$roomid.""

Re: Problems with GetRooms SOAP method

2014-10-09 Thread Maxim Solodovnik
according to the logs the version is 3.0.2-RELEASE @Cezar, could you please share SOAP methods you are calling? (order and stubbed parameters) I guess you are not calling loginUser this is why you get this stacktrace On 10 October 2014 11:17, Abhishek Yadav wrote: > Hii Sandrigo, > > > How you

Re: Problems with GetRooms SOAP method

2014-10-09 Thread Abhishek Yadav
Hii Sandrigo, How you are calling SOAP webservice...and which version of OM you are using ?? On Fri, Oct 10, 2014 at 1:31 AM, César M. Sandrigo wrote: > Hi everybody! > > I'm using OpenMeetings SOAP services to integrate it with an existing > application in my company. > > When I try to get al

Problems with GetRooms SOAP method

2014-10-09 Thread César M . Sandrigo
Hi everybody! I'm using OpenMeetings SOAP services to integrate it with an existing application in my company. When I try to get all existing rooms using methods GetRooms or GetRoomWithCurrentUsers i get a FaultException. In the red5.log file I could find the stack trace of the orginal exception: