I noticed following differences in wsdl2java behavior in axis2 1.3 as against axis1 1.4:
1. Axis2 retains case of the operations for method names. Axis 1 would start the method name in lowercase and keep other letters from operation name in same case. I liked this - is there any way to achieve the same with axis2? 2. Axis 1 would correctly translate empty operation message outputs as void methods (these are cases where the schema types defined for these message parts do not contain any elements) - Axis2 does not do that. While this is not a bug deal - any suggestion on how to achieve same behavior with axis2 are welcome. Thanks, Vish.