Hi Filippo, the SOAP Api calls work 100%, you should debug your integration code if it doesn't work for you.
This is the API documentation: http://code.google.com/p/openmeetings/wiki/SoapMethods#setUserObjectAndGenerateRoomHash You need to specify ALL params, leaving some of them empty or changing the order of params will result in errors of course. Sebastian 2011/10/26 Netbuilder <[email protected]>: > setUserObject doesn't accept becomeModerator value. > I just could see setUserObjectAndGenerateRoomHash, but also it doesn't > work. > :-( > > On Oct 26, 2:04 pm, "[email protected]" <[email protected]> > wrote: >> Hi Filippo, >> >> the URL param is no longer in use because users could easily >> manipulate this by adding various params to the URL. >> You need to set the value becomeModeratorin the setUserObjectMethod to true. >> >> Sebastian >> >> 2011/10/26 Netbuilder <[email protected]>: >> >> >> >> >> >> >> >> >> >> > Hi Sebastian, >> > I'm trying to log in a room directly as a Moderator, but something >> > seems not to work: >> > 1) I logged as administrator by loginUser SOAP METHOD >> > 2) I use setUserObjectAndGenerateRoomHashByURL to login as other user >> > as a moderator (becomeModeratorAsInt==1). It returns me a secureHash >> > 3) I try to log with secureHash and roomId, but the User IS NOT a >> > Moderator. >> > Where I'm wrong? >> > Thank you >> > Filippo >> >> > -- >> > You received this message because you are subscribed to the Google Groups >> > "OpenMeetings User" group.> To post to this group, send email >> > [email protected].> To unsubscribe from this group, >> > send email [email protected]. >> > For more options, visit this group >> > athttp://groups.google.com/group/openmeetings-user?hl=en. >> >> -- >> Sebastian >> Wagnerhttp://www.openmeetings.dehttp://www.webbase-design.dehttp://www.wagner-sebastian.com >> [email protected] > > -- > You received this message because you are subscribed to the Google Groups > "OpenMeetings User" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/openmeetings-user?hl=en. > > -- Sebastian Wagner http://www.openmeetings.de http://www.webbase-design.de http://www.wagner-sebastian.com [email protected] -- You received this message because you are subscribed to the Google Groups "OpenMeetings User" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/openmeetings-user?hl=en.
