[
https://issues.apache.org/jira/browse/OPENMEETINGS-933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Maxim Solodovnik resolved OPENMEETINGS-933.
-------------------------------------------
Resolution: Invalid
The correct order of soap calls is:
1) getSession
2) loginUser
3) others
Error codes can be checked here http://openmeetings.apache.org/ErrorsTable.html
or using this example http://openmeetings.apache.org/RestAPISample.html
please use mailing lists for such queries:
http://openmeetings.apache.org/mail-lists.html
> Secure Hash is Generating as -26
> --------------------------------
>
> Key: OPENMEETINGS-933
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-933
> Project: Openmeetings
> Issue Type: Bug
> Components: SOAP/REST API
> Affects Versions: 2.0.0 Apache Incubator Release
> Environment: Windows 7,2 GB RAM
> Reporter: Mohamedh Nishad Ahamed Meeran
> Labels: performance
>
> Hi Good Evening..
> Am Working on apache open meeting incubator release 2.0,And Am creating an
> Application to Integrate open meeting.
> I did Following Steps
> 1.Create a session Using
> getSession()-http://xxx.xxx.3.162:5080/openmeetings/services/UserService/getSession,
> And i got a session Id
> 2.And I passed this Session Id into
> addNewUserWithExternalType()-
> http:///xxx.xxx.3.162:5080/openmeetings/services/UserService/addNewUserWithExternalType?SID=sessionid&username=xyz&userpass=xyz&lastname=xyz&firstname=xyz&[email protected]&additionalname=xyz&street=xyz&zip=123&fax=123&states_id=95&town=xyz&language_id=1&jNameTimeZone=ist&externalUserId=12&externalUserType=demo,
> With Required Parameter as Above
> 3.Now I logged into the open meeting through my application Using
> loginUse()-http://xxx.xxx.3.162:5080/openmeetings/services/UserService/loginUser?SID=sessionid&username=xyz&userpass=xyz
> 4.And Then I created a Room using
> addRoom()-http://xxx.xxx.3.162:5080/openmeetings/services/RoomService/addRoom?SID=sessionid&name=demoroom&roomtypes_id=3&comment=demo&numberOfPartizipants=5&ispublic=false&videoPodWidth=&videoPodHeight=&videoPodXPosition=&videoPodYPosition=&moderationPanelXPosition=&showWhiteBoard=&whiteBoardPanelXPosition=&whiteBoardPanelYPosition=&whiteBoardPanelHeight=&whiteBoardPanelWidth=&showFilesPanel=&filesPanelXPosition=&filesPanelYPosition=&filesPanelHeight=&filesPanelWidth=,
> By passing the Required Parameters and am Successfully Created an Room .
> 5.And Now my issue is when i enter into the room using
> setUserObjectAndGenerateRoomHash()-http://xxx.xxx.3.162:5080/openmeetings/services/UserService/setUserObjectAndGenerateRoomHash?SID=sessionid&username=xyz&firstname=&lastname=&profilePictureUrl=&email=&externalUserId=12&externalUserType=demo&room_id=5&becomeModeratorAsInt=&showAudioVideoTestAsInt=
> And i Get an Room Hash
> 6.Now I Passed The Room hash Into
> http:xxx.xxx.3.162:5080/openmeetings/?secureHash=Room Hash;
> It creates the Secure Hash as -26.And The User is Not Entering into the room
> And also Another one issue When am creating an User through my application
> it Creates User Not web service user.
> I Google it for the Solution But am Not Getting any Solution .Please Give me
> a Solution for The Above Questions.It will help Me to Forward the Application
> Thanks in Advance
--
This message was sent by Atlassian JIRA
(v6.2#6252)