Works for me on demo server (latest release)
What version are you using?

On Sat, Apr 28, 2018 at 5:12 AM, Ramón Zárate Moedano <[email protected]> wrote:
> Im getting this msg
>
> No message body writer has been found for class
> org.apache.openjpa.kernel.DelegatingResultList, ContentType:
> application/json
>
>
> when trying to use
>
> Class GroupWebService
>
> Method get
>
>
> This is my url
>
> http://ip:5080/openmeetings/services/group/?&sid=eed01b74-181a-4cd1-a8d0-fcfd3a220bb6
>
> and this is my rest call config
>
> $response = $rest->call(
> $this->getRestUrl("group")
> , RestMethod::GET
> , $this->sessionId
> , null
> , null
> , "List"
> );
> I tried changing List for  List<GroupDTO> and  GroupDTO  and the answer was
> the same.
>
>
> am I doing something wrong????



-- 
WBR
Maxim aka solomax

Reply via email to