> On Oct 15, 2014, at 2:29 AM, Yee Long <[email protected]> wrote: > > Hi All, > > Would like to perform wsdl2java by using cxf plugin "cxf-codegen-plugin". > > Any chance it will generate the classes which will extend the class > org.apache.axis.client.Stub?
No. CXF’s maven plugins generate code usable for CXF, not Axis. That said, you’re much better of not using Axis and using CXF if at all possible. -- Daniel Kulp [email protected] - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com
