You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2018/04/25 16:34:00 UTC

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

    [ https://issues.apache.org/jira/browse/OPENMEETINGS-1870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16452596#comment-16452596 ] 

ASF subversion and git services commented on OPENMEETINGS-1870:
---------------------------------------------------------------

Commit 627783805de73de77e8d0a8bf4c6758ff68568cf in openmeetings's branch refs/heads/4.0.x from [~solomax]
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=6277838 ]

[OPENMEETINGS-1870] UI changes


> 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
>            Priority: Minor
>
> 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)