You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by Per Olesen <po...@nordija.com> on 2007/08/28 16:50:52 UTC

Re: Why does Service need the WSDL again when using classes generated from WSDL?

Hi Andrew,

>
> You can use
>
>      Service.create(serviceQName)
>
> to avoid having to subclass Service.

Thanks for the input. I am using that now, as it seems just a little bit
cleaner :)