All,
We are using the wsdl2java tools to create our client side
soap handlers and unit tests and It's working great. The only issue I am
having is with the format of the code that it is generating. We have to
meet a different format code standard where I work and if possible I would
like to have this tool write it's code in that format.
I have already modified all the xsl templates in the codegen package to fit
our commenting standards, etc but now I need to configure the post process
PrettyPrint formatter different.
I've tracked all the code I could for this (from
JavaPrettyPrinterExtension.java to org.apache.axis2.util.PrettyPrint). I
can't find or figure out how the configuration for Jalopy is being set.
Can anyone point me in the right direction?
Thanks
-JM