Re: SOAP API AND OM 5

2020-03-30 Thread Maxim Solodovnik
so, to create room of type presentation you have to pass type as `PRESENTATION` (previously was `presentation`) not too much :))) On Tue, 31 Mar 2020 at 13:04, Rodolfo Gonzalez wrote: > Hi, > > I'm trying OM 5M4 (snapshot). Regarding the SOAP API, which changes must > be i

SOAP API AND OM 5

2020-03-30 Thread Rodolfo Gonzalez
Hi, I'm trying OM 5M4 (snapshot). Regarding the SOAP API, which changes must be implemented in the client side for the API to work? I tried to create a room but I get a blank page. Using Yii PHP with this class: https://github.com/hakeem23/open-meetings-soap Thanks a lot. Rodolfo. P.S.

Re: Invalid Hash via SOAP API call

2020-03-27 Thread Daniel Baker
ok  maybe for another time. Thanks On 27/03/2020 15:18, Maxim Solodovnik wrote: The only possible ways to achieve this: 1) incognito tabs (should work) 2) different browsers I'm not aware of other ways to isolate browser session It is can be done on server But it will be HUGE changes :((( O

Re: Invalid Hash via SOAP API call

2020-03-27 Thread Maxim Solodovnik
The only possible ways to achieve this: 1) incognito tabs (should work) 2) different browsers I'm not aware of other ways to isolate browser session It is can be done on server But it will be HUGE changes :((( On Fri, 27 Mar 2020 at 22:16, Daniel Baker wrote: > Would it not be beneficial to

Re: Invalid Hash via SOAP API call

2020-03-27 Thread Daniel Baker
Would it not  be beneficial  to be able to  have the   user  be able to have access to different  rooms at the same  time  without receiving an error? On 27/03/2020 15:07, Maxim Solodovnik wrote: `open in same browser` This is the question I have asked million times multiple tabs/window

Re: Invalid Hash via SOAP API call

2020-03-27 Thread Maxim Solodovnik
`open in same browser` This is the question I have asked million times multiple tabs/windows share _the same_ session You can't be loggen in with different hashes and have same session once in ~30 seconds page ping back to refresh session and you got "Access denied" expected On Fri, 27 Mar 2

Re: Invalid Hash via SOAP API call

2020-03-27 Thread Daniel Baker
Yes  I can  reproduce  this. If I have  2  different  rooms ( room 29 , 31 )   open  in same browser   invalid  hash is  shown. It also  happens  if  I have   2  rooms  the  same ( 29, 29, ... ) It  actually  takes *some time,   30 seconds* or so  for the Invalid  hash  error to show. T

Re: Invalid Hash via SOAP API call

2020-03-26 Thread Maxim Solodovnik
Well, just tested hashes This error is only observed in case multiple tabs are opened in the same browser Is this issue reproducible for you if there is only one user in the room? Can you test this behavior with latest M4 (new version of Moodle plugin will be required) On Thu, 26 Mar 2020 at 14

Re: Invalid Hash via SOAP API call

2020-03-26 Thread Maxim Solodovnik
According to above access log This URL /openmeetings/hash?&secure=9c271470-cfaa-4e95-9d64-9210b9e4a7cc&language=1 has been queried 2 times First one was /openmeetings/hash?&secure=9c271470-cfaa-4e95-9d64-9210b9e4a7cc&language=1 Second /openmeetings/hash;jsessionid=CE0DC1A368404F8AFDCE934313E81C96?s

Re: Invalid Hash via SOAP API call

2020-03-25 Thread Daniel Baker
No other  OM logins. I  actually  titled this  wrong,  it  is a  REST  call not SOAP. Thanks, Dan On 26/03/2020 00:27, Maxim Solodovnik wrote: is it possible OM was opened in second tab with active login? On Thu, 26 Mar 2020 at 04:15, Daniel Baker mailto:i...@collisiondetection.biz>> wr

Re: Invalid Hash via SOAP API call

2020-03-25 Thread Rodolfo Gonzalez
I'm having exactly the same problem (posted another thread). El mié., 25 mar. 2020 a las 15:15, Daniel Baker (< i...@collisiondetection.biz>) escribió: > Not sure why I am getting this during entering of a room : > > > I get invalid hash / Access denied show in the browser: > > > [image: i

Re: Invalid Hash via SOAP API call

2020-03-25 Thread Maxim Solodovnik
is it possible OM was opened in second tab with active login? On Thu, 26 Mar 2020 at 04:15, Daniel Baker wrote: > Not sure why I am getting this during entering of a room : > > > I get invalid hash / Access denied show in the browser: > > > [image: image] > > > The url looks like this

Invalid Hash via SOAP API call

2020-03-25 Thread Daniel Baker
Not sure  why  I am getting this  during  entering of a room : I get invalid  hash / Access denied   show in the browser: image The  url  looks  like this  which seems correct  to my understanding  : tail -f localhost_access_log.2020-03-25 XX.XXX.XXX.XXX - - [25/Mar/2020:19:24:27 +]

Re: SOAP API Plugin in Java

2016-09-14 Thread Maxim Solodovnik
etting hash of recording is a work in >> > progress.) I encouraged him for this contribution to OpenMeetings >> > community, as such contributions would expand our community. He >> > promptly >> > agreed and contributed. >> > >> > Would you li

Re: SOAP API Plugin in Java

2016-09-14 Thread Bhushan Patil
t; > agreed and contributed. > > > > Would you like him to merge his contribution with [3]? Should it be > > affirmative, please suggest him the next steps. > > > > [1] https://github.com/thebhushanpatil/openmeetings3.0.2-soap-api > > > > [2] https://github.co

Re: SOAP API Plugin in Java

2016-09-12 Thread Maxim Solodovnik
his contribution with [3]? Should it be > affirmative, please suggest him the next steps. > > [1] https://github.com/thebhushanpatil/openmeetings3.0.2-soap-api > > [2] https://github.com/openmeetings/openmeetings-api-plugin > > [3] > https://github.com/openmeetings/openmeetin

SOAP API Plugin in Java

2016-09-12 Thread Coscend@OM
this contribution to OpenMeetings community, as such contributions would expand our community. He promptly agreed and contributed. Would you like him to merge his contribution with [3]? Should it be affirmative, please suggest him the next steps. [1] https://github.com/thebhushanpatil/openmeetings3.0.2

[CVE-2016-2164] Arbitrary file read via SOAP API

2016-03-25 Thread Maxim Solodovnik
Severity: Critical Vendor: The Apache Software Foundation Versions Affected: Apache OpenMeetings 1.9.x - 3.0.7 Description: When attempting to upload a file via the API using the importFileByInternalUserId or importFile methods in the FileService, it is possible to read arbitrary files from the

Re: [DISCUSSION] REST/SOAP API break, version bumping

2015-11-02 Thread Maxim Solodovnik
t;> Sent from Mail for Windows 10 > >>> > >>> 刘文涛 Wentao Liu > >>> > >>> Partner of a cloud company > >>> Hunan Yun Zhong Man Bu Information Technology corp.Ltd > >>> 湖南云中漫步信息技术有限公司 > >>>

Re: [DISCUSSION] REST/SOAP API break, version bumping

2015-11-02 Thread Jibon L. Costa
tao Liu >>> >>> Partner of a cloud company >>> Hunan Yun Zhong Man Bu Information Technology corp.Ltd >>> 湖南云中漫步信息技术有限公司 >>> Mobile phone: +86-13687359517 >>> Fax: +86-731-88716009 >>> >>> >>> >>> >>>

Re: [DISCUSSION] REST/SOAP API break, version bumping

2015-11-02 Thread Jibon L. Costa
17 >> Fax: +86-731-88716009 >> >> >> >> >> >> >> *From: *Maxim Solodovnik >> *Sent: *2015年11月1日 15:13 >> *To: *Openmeetings user-list >> *Cc: *dev >> *Subject: *Re: [DISCUSSION] REST/SOAP API break, version bumping >> >> >&g

RE: [DISCUSSION] REST/SOAP API break, version bumping

2015-11-01 Thread Maxim Solodovnik
Zhong Man Bu Information Technology corp.Ltd > 湖南云中漫步信息技术有限公司 > Mobile phone: +86-13687359517 > Fax: +86-731-88716009 > > > > > > > *From: *Maxim Solodovnik > *Sent: *2015年11月1日 15:13 > *To: *Openmeetings user-list > *Cc: *dev > *Subject: *Re: [DISCUSSION] REST/

Re: [DISCUSSION] REST/SOAP API break, version bumping

2015-11-01 Thread Maxim Solodovnik
branch 3.1.x will be closer (this will simplify >> the development) >> 2) We can get rid of unsupported Axis2 in favor of CXF >> 3) We will get JSON REST API for free >> >> There is one huge drawback: current SOAP API being used by plugins will >> be bro

Re: [DISCUSSION] REST/SOAP API break, version bumping

2015-10-28 Thread Vasiliy Degtyarev
Why I think it is good: 1) The code in trunk and branch 3.1.x will be closer (this will simplify the development) 2) We can get rid of unsupported Axis2 in favor of CXF 3) We will get JSON REST API for free There is one huge drawback: current SOAP API being used by plugins will be broken I&#x

[DISCUSSION] REST/SOAP API break, version bumping

2015-10-27 Thread Maxim Solodovnik
) We can get rid of unsupported Axis2 in favor of CXF 3) We will get JSON REST API for free There is one huge drawback: current SOAP API being used by plugins will be broken I'll fix publically available PHP API and Moodle plugin. What do you think? -- WBR Maxim aka solomax

Re: SOAP API

2015-05-11 Thread Maxim Solodovnik
/browse/#svn%2Ftrunk On Wed, Apr 29, 2015 at 1:58 PM, Jacob Ouanounou wrote: > > I am ready to use PHP SOAP API to connect to OM, but the link that you > gave me is empty (I find no sample, nor information). > > Does someone have a sample PHP SOAP program to connect a user from a >

Re: SOAP API

2015-04-29 Thread Jacob Ouanounou
I am ready to use PHP SOAP API to connect to OM, but the link that you gave me is empty (I find no sample, nor information). Does someone have a sample PHP SOAP program to connect a user from a server A (in PHP) to a server B with OpenMeetings, directly into a conference room without having

Re: SOAP API

2015-04-28 Thread Maxim Solodovnik
u like OM to authenticate users using SOAP calls to another server? > > On Mon, Apr 27, 2015 at 7:33 PM, Jacob Ouanounou > wrote: > >> Hi ! >> >> Does someone know how to configure OM to use SOAP API to login from >> another server ? >> >> Jacob > > > > > -- > WBR > Maxim aka solomax > > > -- WBR Maxim aka solomax

Re: SOAP API

2015-04-28 Thread Jacob Ouanounou
? > Would you like to be able to use OM on "another server"? > Or do you like OM to authenticate users using SOAP calls to another server? > > On Mon, Apr 27, 2015 at 7:33 PM, Jacob Ouanounou > wrote: > Hi ! > > Does someone know how to configure

Re: SOAP API

2015-04-27 Thread Maxim Solodovnik
configure OM to use SOAP API to login from > another server ? > > Jacob -- WBR Maxim aka solomax

SOAP API

2015-04-27 Thread Jacob Ouanounou
Hi ! Does someone know how to configure OM to use SOAP API to login from another server ? Jacob

Re: Help : How to disable recording for room by soap api ?

2015-02-04 Thread Maxim Solodovnik
January 2015 10:59 AM, Maxim Solodovnik wrote: >>>>> >>>>> I don't know >>>>> Maybe wrong params? >>>>> >>>>> WBR, Maxim >>>>> (from mobile, sorry for the typos) >>>>> On Jan 11, 2015 10:47

Re: Help : How to disable recording for room by soap api ?

2015-01-12 Thread Maxim Solodovnik
gt;>> WBR, Maxim >>>> (from mobile, sorry for the typos) >>>> On Jan 11, 2015 10:47 AM, "Bhushan Patil" >>>> wrote: >>>> >>>>> Hello Maxim, I tried >>>>> "setUserObjectAndGenerateRoomHashByURLAndRecFlag&qu

Re: Help : How to disable recording for room by soap api ?

2015-01-12 Thread Abhishek Yadav
teRoomHashByURLAndRecFlag" >>>> also. Still it allowing me to do recording and strange thing is that >>>> 'allow_recording' column of table 'room' of that room is set to 0. What >>>> could be problem ? >>>> On Thursday 08 Jan

Re: Help : How to disable recording for room by soap api ?

2015-01-12 Thread Bhushan Patil
"setUserObjectAndGenerateRoomHashByURLAndRecFlag" on the 4th step On Wed, Jan 7, 2015 at 5:07 PM, Bhushan Patil mailto:thebhushanpa...@gmail.com>> wrote: Hello everyone, I am using Openmeetings 3.0.3 vers

Re: Help : How to disable recording for room by soap api ?

2015-01-11 Thread Maxim Solodovnik
Jan 11, 2015 10:47 AM, "Bhushan Patil" >>>>> wrote: >>>>> >>>>>> Hello Maxim, I tried >>>>>> "setUserObjectAndGenerateRoomHashByURLAndRecFlag" also. Still it allowing >>>>>> me to do recordi

Re: Help : How to disable recording for room by soap api ?

2015-01-11 Thread Abhishek Yadav
>>> On Jan 11, 2015 10:47 AM, "Bhushan Patil" >>>> wrote: >>>> >>>>> Hello Maxim, I tried >>>>> "setUserObjectAndGenerateRoomHashByURLAndRecFlag" also. Still it allowing >>>>> me to do recording and strange thing is that 'allow_recordi

Re: Help : How to disable recording for room by soap api ?

2015-01-11 Thread Maxim Solodovnik
I tried "setUserObjectAndGenerateRoomHashByURLAndRecFlag" >>>> also. Still it allowing me to do recording and strange thing is that >>>> 'allow_recording' column of table 'room' of that room is set to 0. What >>>> could be problem

Re: Help : How to disable recording for room by soap api ?

2015-01-11 Thread Abhishek Yadav
gt;> also. Still it allowing me to do recording and strange thing is that >>> 'allow_recording' column of table 'room' of that room is set to 0. What >>> could be problem ? >>> On Thursday 08 January 2015 08:16 PM, Maxim Solodovnik wrote: >>>

Re: Help : How to disable recording for room by soap api ?

2015-01-11 Thread Maxim Solodovnik
> you need to use "setUserObjectAndGenerateRoomHashByURLAndRecFlag" on the >> 4th step >> >> On Wed, Jan 7, 2015 at 5:07 PM, Bhushan Patil >> wrote: >> >>> Hello everyone, I am using Openmeetings 3.0.3 version. I am calling >>> soap

Re: Help : How to disable recording for room by soap api ?

2015-01-11 Thread Bhushan Patil
blem ? On Thursday 08 January 2015 08:16 PM, Maxim Solodovnik wrote: you need to use "setUserObjectAndGenerateRoomHashByURLAndRecFlag" on the 4th step On Wed, Jan 7, 2015 at 5:07 PM, Bhushan Patil mailto:thebhushanpa...@gmail.com>> wrote: Hello ever

Re: Help : How to disable recording for room by soap api ?

2015-01-10 Thread Maxim Solodovnik
th step > > On Wed, Jan 7, 2015 at 5:07 PM, Bhushan Patil > wrote: > >> Hello everyone, I am using Openmeetings 3.0.3 version. I am calling >> soap api as follows >> >> 1> Getting session >> localhost:5080/openmeetings/services/UserService/getSessio

Re: Help : How to disable recording for room by soap api ?

2015-01-10 Thread Bhushan Patil
:16 PM, Maxim Solodovnik wrote: you need to use "setUserObjectAndGenerateRoomHashByURLAndRecFlag" on the 4th step On Wed, Jan 7, 2015 at 5:07 PM, Bhushan Patil mailto:thebhushanpa...@gmail.com>> wrote: Hello everyone, I am using Openmeetings 3.0.3 version. I am calli

Re: Help : How to disable recording for room by soap api ?

2015-01-08 Thread Maxim Solodovnik
you need to use "setUserObjectAndGenerateRoomHashByURLAndRecFlag" on the 4th step On Wed, Jan 7, 2015 at 5:07 PM, Bhushan Patil wrote: > Hello everyone, I am using Openmeetings 3.0.3 version. I am calling soap > api as follows > > 1> Getting session > localhos

Help : How to disable recording for room by soap api ?

2015-01-07 Thread Bhushan Patil
Hello everyone, I am using Openmeetings 3.0.3 version. I am calling soap api as follows 1> Getting session localhost:5080/openmeetings/services/UserService/getSession 2> Login localhost:5080/openmeetings/services/UserService/loginUser?SID=1c029de4ca577292045a89dc52832cbf&userpa

Re: using soap api to add new user fails

2013-10-14 Thread df8oe
Many thanks four your hints. frontend_register option enable was the solution of the problem. Now it works :) I think there must be different options for register enable either in webfrontend and via sopa/rest - but that may be a feature for the next release... Andreas Am Montag, 14. Oktobe

Re: using soap api to add new user fails

2013-10-13 Thread Maxim Solodovnik
Can you try it from browser? Additionally allow_frontend_register option in config should be enabled to create users via SOAP/REST On Sat, Oct 12, 2013 at 7:38 PM, wrote: > hi, > > I try to add a user using a small php-scipt (just for understanding how it > works). > > I can login as admin (and

using soap api to add new user fails

2013-10-12 Thread df8oe
hi, I try to add a user using a small php-scipt (just for understanding how it works). I can login as admin (and get returncode "1" for login). If I put a wrong passwors I get an errorcode... So I think I am logged in. Call of addNewUser does not get an error but gets no result at all. If I p