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/
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
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
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
>
> 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.
>
>
>
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
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 -
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
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,
>
>
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
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&#
"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.
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
Hello,
Im desperately trying to create a link for external users to connect to my
OM, I followed sysdebians explanation (in his previous mail)
1° Ive 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
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
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
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
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.
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
@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
>>>
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
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
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
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
>>
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
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
/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:
>
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
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
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
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
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
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
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
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
You mean
openmeetings-user@incubator.apache.org ?
Hi Sebastian,
Yes I can, but I don't know which mailing list you are talking.
Can you give me the link ?
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
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
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
40 matches
Mail list logo