You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@openmeetings.apache.org by Maxim Solodovnik <so...@gmail.com> on 2020/06/30 06:29:05 UTC

Re: Error when generate web services for roomService

Hello Tong,

I guess enabling namespace support might help

On Tue, 30 Jun 2020 at 13:27, Zhirong Tong <to...@ptteng.com> wrote:

> Hi,
> I was using wsimport to  generate all the web services for
> http://localhost:5080/openmeetings/services/RoomService,
> But somehow got this error ,
>  [ERROR] A class/interface with the same name "roomService.Type" is
> already in use. Use a class customization to resolve this conflict.
>
> line 5 of http://localhost:5080/openmeetings/services/RoomService?wsdl
>
> [ERROR] (Relevant to above error) another "Type" is generated from here.
> line 32 of http://localhost:5080/openmeetings/services/RoomService?wsdl
>
> I’ve noticed there are 2 ”type”,  First type has
> targetNamespace="org.apache.openmeetings.user.type" attribute
> Another one has targetNamespace="org.apache.openmeetings.room.type”
>  attribute,
> But still, I have no idea how to proceed with this.  My goal is to
> generate roomService like what I was done for userService.
> My  version with openmeeting is 5.0.0-M4.
>
> Any help would be appreciated to me.
>


-- 
Best regards,
Maxim