The impl is generated by a velocity template: http://svn.apache.org/repos/asf/cxf/trunk/tools/wsdlto/frontend/jaxws/src/main/java/org/apache/cxf/tools/wsdlto/frontend/jaxws/template/impl.vm
Not sure if that helps you out at all. Dan On Tue February 2 2010 2:06:39 am Anto Paul wrote: > Hi, > > How to embed custom code into method body of implementation classes > generated by wsdl2java tool? I am writing a tool that calls wsdl2java to > generate service implementation classes from WSDL and the generated code > should contain code for calling existing service layer. CXF wsdl2java > generates method body that is no usable by me. Instead of modifying that > manually or using another tool to modify generated method body, I need to > replace this method body with what I supply to the tool. Is this supported > by wsdl2java? If not which class I should look to customize the generated > code? I need to do the same for client. > > Thanks in advance > > Anto > -- Daniel Kulp [email protected] http://www.dankulp.com/blog
