You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by "Peter Dähn (JIRA)" <ji...@apache.org> on 2018/04/13 10:41:00 UTC

[jira] [Created] (OPENMEETINGS-1870) use kick-funktion in roomWebService

Peter Dähn created OPENMEETINGS-1870:
----------------------------------------

             Summary: use kick-funktion in roomWebService
                 Key: OPENMEETINGS-1870
                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1870
             Project: Openmeetings
          Issue Type: Bug
          Components: SOAP/REST API
    Affects Versions: 4.0.2, 4.0.3
            Reporter: Peter Dähn
            Assignee: Maxim Solodovnik


User will not be kicked out of the room. But we get "sucess" in reponse.

See also "kick"-part of openmeetings.log

--------------------------------------
 INFO 04-13 11:07:33.390 o.a.c.s.o.a.o.w.R.R.RoomWebService:276 [0.0-5080-exec-2] - Inbound Message
----------------------------
ID: 950
Address: http://HOST:5080/openmeetings/services/RoomService
Encoding: UTF-8
Http-Method: POST
Content-Type: text/xml; charset=utf-8
Headers: \{Accept=[text/xml, multipart/related], cache-control=[no-cache], connection=[keep-alive], Content-Length=[265], content-type=[text/xml; charset=utf-8], host=[HOST:5080], pragma=[no-cache], SOAPAction=[""], user-agent=[JAX-WS RI 2.2.6b21  svn-revision#12959]}
Payload: <?xml version='1.0' encoding='UTF-8'?><S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"><S:Body><ns2:kick xmlns:ns2="http://webservice.openmeetings.apache.org/"><sid>SOME NUMBER</sid><id>5</id></ns2:kick></S:Body></S:Envelope>
--------------------------------------
DEBUG 04-13 11:07:33.449 o.a.o.d.u.AuthLevelUtil:42 [0.0-5080-exec-2] - Level Soap :: [GRANTED]
 INFO 04-13 11:07:33.459 o.a.c.s.o.a.o.w.R.R.RoomWebService:276 [0.0-5080-exec-2] - Outbound Message
---------------------------
ID: 950
Response-Code: 200
Encoding: UTF-8
Content-Type: text/xml
Headers: {}
Payload: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><ns2:kickResponse xmlns:ns2="http://webservice.openmeetings.apache.org/"><return><message>Kicked</message><type>SUCCESS</type></return></ns2:kickResponse></soap:Body></soap:Envelope>
--------------------------------------



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)