I have a wsdl file with me now. Using cxf 's 'wsdl2java' command,i convert wsdl to java classes.
How I can have my own implementation classes for the interfaces generated after wsdl to java conversion.?BAsically I need to do the following: 1.convert wsdl to java classes. 2.Write implementation classes for the classes generated. 3.Inject cxf into this.(cxf.xml and web.xml for apache CXF) 4.Package it to a war.
I hardly see a tutorial/help for this bottom up approach(ir,wsdl to java conversion mechanism)
Can someone give some pointers for this?