On Tuesday 09 March 2010 1:29:09 am rahulYadav wrote: > I am new to CXF, we have been using Axis2 in past. Does CXF provides APIs > to generate java source from wsdl like Axis2, i know we can do it with > Maven or wsdl2java.bat but i need to do this programatically thus require > APIs.
Well, the easiest is to just call into the "main" method of the wsdl2java class that the tool calls. That's perfectly usable and is pretty much what the maven plugin does. -- Daniel Kulp [email protected] http://dankulp.com/blog
