I am using the Axis2 wsdl2java utility to generate client side java code for Axis1.
The reason is that the Axis1 wsdl2java utility can't seme to handle "tree wsdl" generated by out .NET applications. The wdl2java utility for Axis2 indicates a backward compatability option, (-b). However, the code generated a) still references axis2 packages, and b) still has a dependency on the Stubs generated for Axis2 use (i.e. it doesn't seem to generate standalone code that is free from Axis2 dependencies.) So I am wondering what the purpose of the backward compatability option is. I am assuming that I have misunderstood its purpose.
