Thanks Benson. I need to integrate my server with other system, which will provide me their WSDL file (i guess i'll have to build a WS client). Do you think that WADL contract should be enough if someone needs to integrate with JAX-RS server?
Cheers, Ivan -----Mensaje original----- De: Benson Margulies [mailto:[email protected]] Enviado el: lunes, 11 de abril de 2011 17:59 Para: [email protected] Asunto: Re: Generating WSDL from JAX-RS server WSDL 1.x does not support JAX-RS, and CXF only supports WSDL 1.x. The JAX-RS Module can on the other hand generate a WADL file. On Mon, Apr 11, 2011 at 11:43 AM, Ivan Vitoria Sanchez <[email protected]> wrote: > Hello, > > > > How can I generate a WSDL file from all the JAX-RS endpoints? Should I use > java2ws tool? I'm quite confused about this... > > > > Cheers, > > > > Ivan > > > > > >
