Thanks Maxim, it works! Just a couple of notes: 1. I use setUserObjectAndGenerateRoomHashByURL method. In the 2.2 version, I was passing externalUserId empty and the hash returned was usable. With the version 3.02 if the externalUserId is empty the hash returned is not usable and when I use it in the link, openmeeting answers "unknown error". Is it correct?
2. In the 2.2 version the user was not registered in OM, now OM do it! So I have a lot of user in the OM DB. Is it correct? Thank for your work. Maurizio p.d. we had integrated OM in our e-learning ADA (https://github.com/lynxlab/ada) and guidance service platform WISP (http://www.lynxlab.com/en/eng_wisp.html) Il 17/06/2014 19:21, Maxim Solodovnik ha scritto: > should work > url like: http://localhost:5080/openmeetings/?secureHash=XXXXXXXXXXXXXXXXX > > > > On 17 June 2014 23:55, Maurizio "Graffio" Mazzoneschi <[email protected]> > wrote: > >> Hello all, >> I have upgraded OM from version 2.2 to 3.02, and I'm not anymore be able >> to enter the rooms using SOAP API. >> >> I write to the list in order to know if there is a known bug, and if >> there is a workaround to solve it. >> >> Basically I do the follow (how I read in >> https://code.google.com/p/openmeetings/wiki/DirectLoginSoapGeneralFlow): >> >> 1. Request a general API-token: SOAP/REST API Calls: getSession >> 2. Validate the API-token: SOAP/REST API Calls: loginUser >> 3. Generate a URL-token: SOAP/REST API Calls: >> setUserObjectAndGenerateRoomHash >> 4. Login into the Room, by adding the URL-token from >> setUserObjectAndGenerateRoomHash to the URL >> >> >> thanks in advance >> >> -- >> maurizio "graffio" mazzoneschi >> Lynx s.r.l. >> http://www.lynxlab.com >> http://www.scoop.it/t/graffio >> skype: graffio_m >> >> > -- maurizio "graffio" mazzoneschi Lynx s.r.l. http://www.lynxlab.com http://www.scoop.it/t/graffio skype: graffio_m
