JaxWsDyncamicClientFactory is for JAX-WS based services only, not JAX-RS. WSDL2 is not on the roadmap as nobody (other than Axis2) supports it. It’s pretty much gone no where.
There is a wadl2java tool (maven plugin, command line tool) that can be used to generate Java clients for a WADL. That may be a help for you if that’s the direction you want to pursue. Dan On Mar 7, 2014, at 12:24 AM, Gary Gregory <[email protected]> wrote: > Hi All, > > I'd like to use a CXF dynamic client to call a RESTful service. I also want > to formally describe the RESTful service with a standard-based file. > > My first choice was WSDL 2.0 since it is a standard. > > Creating a client with JaxWsDynamicClientFactory fails with a WSDL 2.0 > file. Is WSDL 2.0 on the roadmap? > > Next up is WADL, an almost standard. I do not see any WADL samples in > 2.7.10 or 3.0.0-m2. > > Creating a WADL client with JaxWsDynamicClientFactory fails. > > Can you please provide some guidance WRT WSDL 2.0, WADL, and dynamic > clients? > > Thank you, > Gary > > -- > E-Mail: [email protected] | [email protected] > Java Persistence with Hibernate, Second > Edition<http://www.manning.com/bauer3/> > JUnit in Action, Second Edition <http://www.manning.com/tahchiev/> > Spring Batch in Action <http://www.manning.com/templier/> > Blog: http://garygregory.wordpress.com > Home: http://garygregory.com/ > Tweet! http://twitter.com/GaryGregory -- Daniel Kulp [email protected] - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com
