i have in XSD a lot of extensions: ex: i have an element A.xyz and also B.abc which extends A.xyz When wsdl2java generates stubs and tie, and these xsd-related classes it creates the names of these classes as _A_abc _A_abc_saashsjaghsj_hjkshajkhj etc. which I dont like at all, how can I force these names to be included in corresponding packages, like Package A, then package abc, then package KJKLLL,..., And lastly class xyz.
Or; if this is not possible in AXIS, should I use ANT after wsdl2java has completed and force the given scenario, if so which ant task and how? any help is appreciated!
thx, R�stem
subject: Axis wsdl2java generated class names (from XSD)