integration into my web application

2014-10-25 Thread CH CHANDRA SEKHAR
Dear sir,

I have done that login into openmeetings through SOAP webservice.

Now I am planning to integrate openmeetings into my java web application.
I need to implement UserWebservice,RoomWebService,CalanderWebService.

what is the procedure to do that.
please help me.

regards,
chandra sekhar.


Login issue through SOAP webserivce

2014-10-24 Thread CH CHANDRA SEKHAR
dear sir,

I have followed the below procedure for login


   1. Request a general API-token: SOAP/REST API Calls: getSession
   2. Validate the API-token: SOAP/REST API Calls: loginUser
   3. Generate a URL-token: SOAP/REST API Calls:
   setUserObjectAndGenerateRoomHash
   4. Login into the Room, by adding the URL-token from
   setUserObjectAndGenerateRoomHash to the URL

but finally it is giving error -- Unknow error, please report this to
adminstrator.
please help me.

please see the below links,

http://75.101.156.148:5080/openmeetings/services/UserService/getSession
http://75.101.156.148:5080/openmeetings/services/UserService/loginUser?SID=f248c08595fafb9e9b6a0baa414dc852username=rajeshuserpass=rajesh123
http://75.101.156.148:5080/openmeetings/services/UserService/setUserObjectAndGenerateRoomHashByURL?SID=c52fe3ebf1f20498801b431fa923dcb3username=rajeshfirstname=rajeshlastname=lastnameprofilePictureUrl=email=rajs.dhan...@gmail.comexternalUserId=externalUserType=room_id=6becomeModeratorAsInt=1showAudioVideoTestAsInt=1

http://75.101.156.148:5080/openmeetings/?secureHash=994fb5553b8956d8f3ebb8e274ed256c


thanks and regards,
chandra sekhar.