Hi Jacob, from your code snippet I hardly can say if the params are complete or not. You should really make sure that you meet all params in its name and in its type. There are no optional parameters, every param needs to be specified in the REST call. It is also not allowed to specify an empty string if the actual param is an int,long or any other type of number or boolean.
And after that you add the param to the URL. You should have a look at the openmeetings.log to see the trace, system error actual means there was an exception. In most of the cases the exception happens because some params in the REST call have been wrong. Sebastian 2012/8/23 Jacob Gaiski <[email protected]>: > Whoops, sorry. > > > I'm setting the userobject already with that API call. however they appear > to be drawing the administrator profile instead of the guest profile that > the account is associated with. > > > Here's the call: > > ret = client.setUserObjectAndGenerateRoomHash(session.session_id, > "guestuser", fname, lname, > "http://citizenmed.files.wordpress.com/2011/08/user-icon1.jpg", email, > 99290, "guest_user_anonymous_guest", room_id, 0, 1); > > -----Original Message----- From: Jacob Gaiski > Sent: Thursday, August 23, 2012 9:46 AM > > To: [email protected] > Subject: Re: getInvitationHash method > > Ok, so I went back and tried with setUserObjectandGenerateRoomHash. > > > Do you need to use any setUserObject properties with this? > > > Looks like I'm starting to see the desired effect. > > -----Original Message----- From: [email protected] > Sent: Thursday, August 23, 2012 9:34 AM > To: [email protected] > Subject: Re: getInvitationHash method > > Why generating invitation Hash and not usual room hashs? > Invitation hashs are append to the URL with > ?invitationHash=$HASH > normal hashs are append with > ?secureHash=$HASH > > maybe you simple using the wrong url parameter? > > Sebastian > > 2012/8/23 Jacob Gaiski <[email protected]>: >> >> Hello, >> >> Could someone please help me with the soap API call ‘getInvitationHash’? >> >> >> I’m assuming you have to specifically call this method when logged in as >> SOAP permissions however I’m getting a generic error that reads “Sys – >> Error”. >> >> >> >> Without posting code, does anybody by any chance know what Sys – Error >> correlates too? >> >> >> Thanks >> >> >> -Jake > > > > > -- > Sebastian Wagner > https://twitter.com/#!/dead_lock > http://www.webbase-design.de > http://www.wagner-sebastian.com > [email protected] > -- Sebastian Wagner https://twitter.com/#!/dead_lock http://www.webbase-design.de http://www.wagner-sebastian.com [email protected]
