Re: SOAP Direct Login

2012-11-15 Thread Maxim Solodovnik
I believe we have bug in the secureHash implementation. It seems to be 1 time only. Invitations were reported not working for SOAP users. Can you file the issues? On Thu, Nov 15, 2012 at 10:22 PM, Randall Smith wrote: > I'm using these instructions: > > http://code.google.com/

SOAP Direct Login

2012-11-15 Thread Randall Smith
I'm using these instructions: http://code.google.com/p/openmeetings/wiki/DirectLoginSoapGeneralFlow From the server I: 1. UserService.getSession 2. UserService.loginUser (as admin) 3. RoomService.addRoomWithModeration (using SID from setup 1) 4. UserService.setUserObjectAndGenerateRoomHashByURL

Re: SOAP addNewUser returns NULL/nill

2012-11-14 Thread Randall Smith
Fixed. I need to set "allow_frontend_register". On 11/14/2012 09:47 AM, Randall Smith wrote: Hi, I'm trying to create a new user using the SOAP interface. I've been able to create rooms, but when I try to create a user, I get a "nill" response / no err

SOAP addNewUser returns NULL/nill

2012-11-14 Thread Randall Smith
Hi, I'm trying to create a new user using the SOAP interface. I've been able to create rooms, but when I try to create a user, I get a "nill" response / no error. I'm using suds for Python. Here is the response I get: xmlns:soapenv="http://schemas.xmlsoap

Re: "Hide actions menu" does not work via SOAP in "restricted" room

2012-09-13 Thread Richard Krieger
> > 2012/8/28 Richard Krieger : > > "Configuration->Conference rooms", edit room > > Type: restricted > > activate "Hide actions menu" > > > > login via http://www.meinedomainoderso.de:5080/openmeetings/ and > > enter room works. "Actions" is hide. > > > > enter room via SOAP- "Actions" is not hide. > > >

Re: "Hide actions menu" does not work via SOAP in "restricted" room

2012-09-13 Thread seba.wag...@gmail.com
meinedomainoderso.de:5080/openmeetings/ and enter room > works. "Actions" is hide. > > enter room via SOAP- "Actions" is not hide. -- Sebastian Wagner https://twitter.com/#!/dead_lock http://www.webbase-design.de http://www.wagner-sebastian.com seba.wag...@gmail.com

RE: SOAP - AddNewUser without allowing frontend register ?

2012-09-07 Thread Edouard DUCRAY
vascript stuff but I was encountering cross domain troubles. Sincerely, Edouard De : Jacob Gaiski [mailto:jgai...@emich.edu] Envoyé : vendredi 31 août 2012 15:30 À : openmeetings-user@incubator.apache.org Objet : Re: SOAP - AddNewUser without allowing frontend register ? Sorry to double write -

Re: SOAP - AddNewUser without allowing frontend register ?

2012-08-31 Thread Jacob Gaiski
at 3:48 AM, Maxim Solodovnik wrote: > >> You can modify code a little: remove register button. >> Then you can allow_frontend_register and only SOAP/REST calls can create >> users. >> >> >> On Fri, Aug 31, 2012 at 2:24 PM, Edouard DUCRAY wrote: &g

Re: SOAP - AddNewUser without allowing frontend register ?

2012-08-31 Thread Jacob Gaiski
n Aug 31, 2012, at 3:48 AM, Maxim Solodovnik wrote: > You can modify code a little: remove register button. > Then you can allow_frontend_register and only SOAP/REST calls can create > users. > > > On Fri, Aug 31, 2012 at 2:24 PM, Edouard DUCRAY wrote: > Hi, > >

Re: SOAP - AddNewUser without allowing frontend register ?

2012-08-31 Thread Maxim Solodovnik
You can modify code a little: remove register button. Then you can allow_frontend_register and only SOAP/REST calls can create users. On Fri, Aug 31, 2012 at 2:24 PM, Edouard DUCRAY wrote: > Hi, > > ** ** > > I just made a small portlet so that my portal (liferay) users ca

SOAP - AddNewUser without allowing frontend register ?

2012-08-31 Thread Edouard DUCRAY
is my problem, if I have allow_frontend_register = 0 then I can't do this. Is there any way to allow new register from only several IP ? My last option is to use a SOAP only user , log this user and then using setUserObject give name and mail information of my portal user. But this way I&#

"Hide actions menu" does not work via SOAP in "restricted" room

2012-08-28 Thread Richard Krieger
"Configuration->Conference rooms", edit room Type: restricted activate "Hide actions menu" login via http://www.meinedomainoderso.de:5080/openmeetings/ and enter room works. "Actions" is hide. enter room via SOAP- "Actions" is not hide.

Help with SOAP API getInvitationHash

2012-08-17 Thread Jacob Gaiski
Hello, I’ve got a few questions in regards to the getInvitationHash SOAP API call. Specifically, when using the SOAP call getInvitationHash, when a user is in the room and clicks their Profile, they immediately get logged out “twice” of the room, and then get redirected to OpenMeetings landing

Soap API problem

2012-07-06 Thread V. Trizna
Hello, I’m desperately trying to create a link for external users to connect to my OM, I followed sysdebian’s explanation (in his previous mail) 1° I’ve created a soap user on the server 2° I use getSession, and I get the SID 3° I use loginUser, with the soap user created before

Re: SOAP setUserObjectAndGenerateRoomHashByURL error (-26)

2012-06-05 Thread Maxim Solodovnik
m> wrote: > >> Btw: Those cryptic error codes are no way to confuse people :) >> There is an SOAP/REST call to get a localized message for every error id: >> http://incubator.apache.org/openmeetings/UserService.html#getErrorByCode >> >> However, I think we should gen

Re: Is it possible to change default language using secureHash? (SOAP API)

2012-05-30 Thread madkoala (m...@madkoala.net)
oala.net <mailto:m...@madkoala.net>) mailto:m...@madkoala.net>> wrote: When I login to OM using secureHash (SOAP), it is displayed in english. How can I change it to another language? I tried changing default_lang_id from administration → Configuration, but it didn

Re: Is it possible to change default language using secureHash? (SOAP API)

2012-05-29 Thread Maxim Solodovnik
try to add "&language=7" to the URL On Wed, May 30, 2012 at 1:13 PM, madkoala (m...@madkoala.net) wrote: > When I login to OM using secureHash (SOAP), it is displayed in english. > How can I change it to another language? > > I tried changing default_lang_id from admi

Is it possible to change default language using secureHash? (SOAP API)

2012-05-29 Thread madkoala (m...@madkoala.net)
When I login to OM using secureHash (SOAP), it is displayed in english. How can I change it to another language? I tried changing default_lang_id from administration → Configuration, but it didn't work. Please let me know. Thanks in advance.

Re: SOAP setUserObjectAndGenerateRoomHashByURL error (-26)

2012-05-26 Thread Maxim Solodovnik
I guess I can write xslt for errorvalues.xml to create required page. On Thu, May 24, 2012 at 2:42 PM, seba.wag...@gmail.com < seba.wag...@gmail.com> wrote: > Btw: Those cryptic error codes are no way to confuse people :) > There is an SOAP/REST call to get a localized message for

Re: SOAP setUserObjectAndGenerateRoomHashByURL error (-26)

2012-05-24 Thread Maxim Solodovnik
@gmail.com" >> wrote: >> >>> Btw: Those cryptic error codes are no way to confuse people :) >>> There is an SOAP/REST call to get a localized message for every error id: >>> http://incubator.apache.org/openmeetings/UserService.html#getErrorByCode >>>

Re: SOAP setUserObjectAndGenerateRoomHashByURL error (-26)

2012-05-24 Thread seba.wag...@gmail.com
That is the issue. Sebastian 2012/5/24 Maxim Solodovnik > I would create enum first so these codes will not be "cryptic" to the > developers :) > On May 24, 2012 2:43 PM, "seba.wag...@gmail.com" > wrote: > >> Btw: Those cryptic error codes are no way

Re: SOAP setUserObjectAndGenerateRoomHashByURL error (-26)

2012-05-24 Thread Maxim Solodovnik
I would create enum first so these codes will not be "cryptic" to the developers :) On May 24, 2012 2:43 PM, "seba.wag...@gmail.com" wrote: > Btw: Those cryptic error codes are no way to confuse people :) > There is an SOAP/REST call to get a localized message

Re: SOAP setUserObjectAndGenerateRoomHashByURL error (-26)

2012-05-24 Thread seba.wag...@gmail.com
Btw: Those cryptic error codes are no way to confuse people :) There is an SOAP/REST call to get a localized message for every error id: http://incubator.apache.org/openmeetings/UserService.html#getErrorByCode However, I think we should generate a page in our docs that shows a list with the

Re: SOAP setUserObjectAndGenerateRoomHashByURL error (-26)

2012-05-23 Thread Maxim Solodovnik
true); >> → 'madkoala' is my external system id (doesn't exists in OM now) >> 5. I can access conference room with that room hash. ( >> http://myhost/openmeetings/?secureHash=roomHash) >> 6. When I try to join another conference room with same procedure 4-5 >>

Re: SOAP setUserObjectAndGenerateRoomHashByURL error (-26)

2012-05-23 Thread Maxim Solodovnik
join another conference room with same procedure 4-5 > above, setUserObjectAndGenerateRoomHashByURL returns -26. > 7. Only after changing user type of 'madkoala' in OM to administrator, it > works well. > > So, here's my question. > 1. Are there any way to change user

SOAP setUserObjectAndGenerateRoomHashByURL error (-26)

2012-05-23 Thread madkoala (m...@madkoala.net)
n I try to join another conference room with same procedure 4-5 above, setUserObjectAndGenerateRoomHashByURL returns -26. 7. Only after changing user type of 'madkoala' in OM to administrator, it works well. So, here's my question. 1. Are there any way to change user rights to adm

Re: soap

2012-05-03 Thread seba.wag...@gmail.com
/incubator/openmeetings/trunk/plugins/moodle_plugin/ Sebastian 2012/5/3 Gadi Dor > Dear Sebastian, > > I am trying to use old php script to connect into openmeeting via soap , I > am using the last openmeeting build, I can't find what wrong. > > Here is my old php script: >

Re: SOAP/REST API issues - Openmeetings 1.9.1

2012-01-08 Thread andre bolinhas
ror formatSubjec and Error > formatMessage in body. This erros only appear when I create the > appointmment/room through soap/rest > > > > You can simply look at the tables in the database. > > > 2º "no, it contains the name and descr of the appointment, not of the

Re: SOAP/REST API issues - Openmeetings 1.9.1

2012-01-08 Thread seba.wag...@gmail.com
d Error formatMessage in body. This erros only appear when I create the appointmment/room through soap/rest > You can simply look at the tables in the database. > 2º "no, it contains the name and descr of the appointment, not of the room." > So why when I create a appointment/r

Re: SOAP/REST API issues - Openmeetings 1.9.1

2012-01-07 Thread andre bolinhas
mment/room through soap/rest 2º "no, it contains the name and descr of the appointment, not of the room." So why when I create a appointment/room through soap/rest the name of event in calendar is appointmentName instead test and the description is appointmentName instead Test Soap? Best regard

Re: SOAP/REST API issues - Openmeetings 1.9.1

2012-01-07 Thread seba.wag...@gmail.com
comment of the room. > eg: > 'name' => 'test', > 'comment' => 'Test SOAP', => no, it contains the name and descr of the appointment, not of the room. > > 3º > What soap call do you use to create the conference room and appointmen

Re: SOAP/REST API issues - Openmeetings 1.9.1

2012-01-07 Thread andre bolinhas
e room. > eg: > 'name' => 'test', > 'comment' => 'Test SOAP', > > 3º > *What soap call do you use to create the conference room and appointment?* > To create room and appointment I use > "addRoomWithModerationAndExternalTypeAndStar

Re: SOAP/REST API issues - Openmeetings 1.9.1

2012-01-06 Thread andre bolinhas
Hi 1º This test is stored in Openmeetings. 2º I expect to see this: appointmentName = name of room and appointmentDescription = comment of the room. eg: 'name' => 'test', 'comment' => 'Test SOAP', 3º *What soap call do you use to create the confer

Re: SOAP/REST API issues - Openmeetings 1.9.1

2012-01-05 Thread seba.wag...@gmail.com
Hi, Error no 1: I actually cannot say if the text that you show in your screenshot is stored in Openmeetings or produced by your integration code. Error no 2: I don't know what you have submited as name and descr. The screenshot shows it okay, what would you expect to see? Error no 3: What

SOAP/REST API issues - Openmeetings 1.9.1

2012-01-05 Thread andre bolinhas
Hi Sebastian, I Have the following issues when I try add a room trought SOAP/REST API. The room is successfully created, the appointment is successfully added in calendar and the invitation is sent, but I have this issues: 1º In invitations email sent to external users i get a Error

Re: SOAP/REST API issues - Openmeetings 1.9.1 [Update Correct images Links]

2012-01-05 Thread andre bolinhas
You mean openmeetings-user@incubator.apache.org ?

Re: SOAP/REST API issues - Openmeetings 1.9.1 [Update Correct images Links]

2012-01-05 Thread andre bolinhas
Hi Sebastian, Yes I can, but I don't know which mailing list you are talking. Can you give me the link ?

Re: SOAP/REST API issues - Openmeetings 1.9.1 [Update Correct images Links]

2012-01-05 Thread seba.wag...@gmail.com
Could you please use the new mailing list at Apache? Am 05.01.2012 22:39 schrieb "andre bolinhas" : > Hi Sebastian, > > I Have the following issues when I try add a room trought SOAP/REST API. > > The room is successfully created, the appointment is successfully added

SOAP/REST API issues - Openmeetings 1.9.1 [Update Correct images Links]

2012-01-05 Thread andre bolinhas
Hi Sebastian, I Have the following issues when I try add a room trought SOAP/REST API. The room is successfully created, the appointment is successfully added in calendar and the invitation is sent, but I have this issues: 1º In invitations email sent to external users i get a Error

SOAP/REST API issues - Openmeetings 1.9.1

2012-01-05 Thread andre bolinhas
Hi Sebastian, I Have the following issues when I try add a room trought SOAP/REST API. The room is successfully created, the appointment is successfully added in calendar and the invitation is sent, but I have this issues: 1º In invitations email sent to external users i get a Error