Axis2 crew, I use wsdl2java to generate java code and then modify the skeleton.java file to meet my needs. This is a bit awkward because if I change my .wsdl file and then regenerate, my hand modified skeleton with be wiped out (or out of date).
What I think would be better is if wsdl2java were to generate an abstract class. I could code my own class that would extend the abstract class. I would get a compile error if my class did not match the abstract class after a fresh run of wsdl2java. I am new to axis2 so I am hoping someone thinks this is a good idea and has already done it, or someone thinks this is a bad idea because they have a better technique to deal with regenerating the java code with wsdl2java. Thank you, -- Michael Potter --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
