Re: Problem with GetRoomHash of user web service

2020-09-25 Thread farid bekran
Hello again. As you mentioned before it may be the .NET wrapper stuff. Thanks for your attention. On Sat, Sep 26, 2020 at 8:28 AM Maxim Solodovnik wrote: > Here it the reference to RoomOptionsDto > > > https://openmeetings.apache.org/openmeetings-db/apidocs/org/apache/openmeetings/db/dto/room/

Re: Problem with GetRoomHash of user web service

2020-09-25 Thread Maxim Solodovnik
Here it the reference to RoomOptionsDto https://openmeetings.apache.org/openmeetings-db/apidocs/org/apache/openmeetings/db/dto/room/RoomOptionsDTO.html And there is no roomIdSpecified :( from mobile (sorry for typos ;) On Sat, Sep 26, 2020, 11:43 farid bekran wrote: > There is no specific re

Re: Problem with GetRoomHash of user web service

2020-09-25 Thread farid bekran
There is no specific reason to not using the latest version. I think It may be laziness!! On Sat, Sep 26, 2020 at 5:37 AM Maxim Solodovnik wrote: > Afaik there is no such field > Most probably some .NET feature ... > Glad I was able to help > > BTW why don't you using latest release? > > On

Re: Problem with GetRoomHash of user web service

2020-09-25 Thread Maxim Solodovnik
For tests I'm using Java For browser tests is For cms integration PHP It doesn't matter ... :) from mobile (sorry for typos ;) On Sat, Sep 26, 2020, 09:16 Jibsan Joel Rosa Toirac wrote: > Hello Afaik I used CURL to do that on Linux using the API. Isn’t the > cleanest way, but it works. Let me

Re: Problem with GetRoomHash of user web service

2020-09-25 Thread Jibsan Joel Rosa Toirac
Hello Afaik I used CURL to do that on Linux using the API. Isn’t the cleanest way, but it works. Let me know if you are obliged to use C#. Greetings, Jibsan On Fri, Sep 25, 2020 at 10:07 PM Maxim Solodovnik wrote: > Afaik there is no such field > Most probably some .NET feature ... > Glad

Re: Problem with GetRoomHash of user web service

2020-09-25 Thread Maxim Solodovnik
Afaik there is no such field Most probably some .NET feature ... Glad I was able to help BTW why don't you using latest release? On Fri, Sep 25, 2020, 23:59 farid bekran wrote: > Hi Maxim > Apparently, the problem was caused by not setting the roomIdSpecified > field to true in roomOptions

Re: Problem with GetRoomHash of user web service

2020-09-25 Thread farid bekran
Hi Maxim Apparently, the problem was caused by not setting the roomIdSpecified field to true in roomOptionsDTO. The problem is fixed by setting the field to true. Checking the log file out was so helpful. Thanks for your time and help. On Fri, Sep 25, 2020 at 1:08 PM Maxim Solodovnik wrote: > A

Re: Problem with GetRoomHash of user web service

2020-09-25 Thread Maxim Solodovnik
According to the log: " No room id given" can you enable debug logging to ensure what is going on? This line https://github.com/apache/openmeetings/blob/master/openmeetings-web/src/test/resources/logback-test.xml#L49 should be added to logback-config.xml file OM should be restarted On Fri, 25 S

Re: Problem with GetRoomHash of user web service

2020-09-25 Thread farid bekran
Sorry. > This is the log > DEBUG 09-25 12:35:08.612 o.a.o.w.a.WebSession:227 [io-5443-exec-10] - > checkHashes, has soap in session ? 'false' > DEBUG 09-25 12:35:08.644 o.a.o.w.a.WebSession:284 [io-5443-exec-10] - > Secure hash found, is used ? false > DEBUG 09-25 12:35:08.691 o.a.o.w.a.WebSession

Re: Problem with GetRoomHash of user web service

2020-09-25 Thread Maxim Solodovnik
Hello Farid, this is NOT openmeetings.log, it is access.log, it's content is useless for investigation On Fri, 25 Sep 2020 at 16:10, farid bekran wrote: > > Hi again. > This is the log of OM >> >> >> 37.98.45.61 - - [25/Sep/2020:12:34:48 +0330] "POST >> /openmeetings/services/UserService H

Re: Problem with GetRoomHash of user web service

2020-09-25 Thread farid bekran
Hi again. This is the log of OM > > 37.98.45.61 - - [25/Sep/2020:12:34:48 +0330] "POST > /openmeetings/services/UserService HTTP/1.1" 200 295 > 37.98.45.61 - - [25/Sep/2020:12:34:49 +0330] "POST > /openmeetings/services/UserService HTTP/1.1" 200 307 > 37.98.45.61 - - [25/Sep/2020:12:35:07 +0330] "

Re: Problem with GetRoomHash of user web service

2020-09-25 Thread Maxim Solodovnik
Could you check openmeetings.log? does it have any errors? On Fri, 25 Sep 2020 at 15:32, farid bekran wrote: > > Hi guys. > I am trying to use the GetRoomHash of service web service in order to > redirect my user to a room without forcing the user to log in manually. > I am following this tutori

Problem with GetRoomHash of user web service

2020-09-25 Thread farid bekran
Hi guys. I am trying to use the GetRoomHash of service web service in order to redirect my user to a room without forcing the user to log in manually. I am following this tutorial. The code sample I am using is as follows. (C#) There is an API in