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
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