Re: WSDL2Java, I want custom Java code

2010-05-02 Thread mohit sikri
Hi Keith, I think you can do that. Well codegen(wsdl2java) uses xsl templates and data-binding to convert emitted xml into java classes. I'm sure on modifying generated skeleton and skeleton interface, callback message manager java code by modifying templates present under axis2-1.3\modules\c

WSDL2Java, I want custom Java code

2010-05-02 Thread keith
Hi Axis Users, I use Axis's WSDL2Java emitter to generate Java classes from a WSDL document. I want to add custom methods to an emitted class in a way that is compatible with WSDL and the emitter. Is there a way to embed arbitrary Java code in a WSDL document so that it is added unchanged