Hello Vishal, As I already wrote you in the issue: you have to *subscribe* to the list *before* you can post Your question is not related to development of OpenMeetings. It is about using OpenMeetings, so you need to write to user@ mailing list
According to your question: you are getting "500 internal server error " This usually means there should be some detailed description in openmeetings.log have you checked the log? On Wed, Feb 7, 2018 at 3:24 PM, <[email protected]> wrote: > Hello Team, > > As per our discussion on jira, We have installed openmeetings version > 4.0.1 on windows server(Also try on Ubuntu & mac server as well as > different versions of open meetings but facing same issue). Its working > fine, when using openmeetings interface but we used openmeetings API for > room creation, rser creation and so on. its not working. We have describe > step by step process (on postman). See below :- > > > First we call login api > > API : http://localhost:5080/openmeetings/services/user/ > login?user=UserName&pass=PASS > > Successful response :- > > { "serviceResult": > > { "code": 1, "message": "78189aff-d68d-458a-8840-5b18d15a50b0", "type": > "SUCCESS" } > } > > its working fine and return session ID, > > Then we follow next step (http://openmeetings.apache. > org/RestAPISample.html) > > API : http://localhost:5080/openmeetings/services/user/ > hash?sid=78189aff-d68d-458a-8840-5b18d15a50b0 > > method: "POST" > > Post DATA :- {user:[{ firstname: 'John', lastname: 'Doe', externalId: > 'uid1', externalType: 'myCMS', login: 'superjohn' }]} > > OR > > Post DATA :- {"user":{"firstname":"John","lastname":"Doe","externalId":" > 1","externalType":"myCMS","login":"superjohn"},"options": > "roomId:5,moderator:true,showAudioVideoTest:true}} > > OR > > Post DATA :- { firstname: 'John', lastname: 'Doe', externalId: 'uid1', > externalType: 'myCMS', login: 'superjohn' } > > > return : "500 internal server error " > > > And header return's connection cloed message, See Below. > > connection →close > content-length →0 > date →Wed, 07 Feb 2018 08:15:11 GMT > server →Apache-Coyote/1.1 > > > > We are referring below links > > http://openmeetings.apache.org/RestAPISample.html > > Please help me. > > > Thanks & Regards > Vishal Sirsodiya > > "Confidentiality Warning: This message and any attachments are intended > only for the use of the intended recipient(s). > are confidential and may be privileged. If you are not the intended > recipient. you are hereby notified that any > review. re-transmission. conversion to hard copy. copying. circulation or > other use of this message and any attachments is > strictly prohibited. If you are not the intended recipient. please notify > the sender immediately by return email. > and delete this message and any attachments from your system. > > Virus Warning: Although the company has taken reasonable precautions to > ensure no viruses are present in this email. > The company cannot accept responsibility for any loss or damage arising > from the use of this email or attachment." > -- WBR Maxim aka solomax
