File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Web Services and the fly likes Axis wsdl2java generated class names (from XSD) Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Axis wsdl2java generated class names (from XSD)" Watch "Axis wsdl2java generated class names (from XSD)" New topic
Author

Axis wsdl2java generated class names (from XSD)

Anonymous
Ranch Hand

Joined: Nov 22, 2008
Posts: 18944
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)
 
Threads others viewed
Xfire how do I make namespace into custom package
change source filenames and build into packages simultaneously
in SAAJ, must I use a servlet at the service side to get the httprequest and ...?
wsdl2java axis question
WSDL2Java Axis: [axis-wsdl2java] java.net.ConnectException: Connection timed out: con
IntelliJ Java IDE