Is there a tool for converting an xsd in java class? I remember that I used one called xsd2java but I don't remember where it is.
You can use the XJC binding compiler
http://download.oracle.com/docs/cd/E17802_01/webservices/webservices/docs/2.0/jaxb/xjc.html
But it creates jaxb compliant java objects with annotations. So you would have to remove the jaxb stuff
You can edit wsdl2java.bat OR wsdl2java.sh in axis installation folder and replace org.apache.axis2.wsdl.WSDL2Java with org.apache.axis2.schema.XSD2Java, better to saveAS wsdl2java.bat file to xsd2Java.bat
Apache's XMLBeans: http://xmlbeans.apache.org/
Use scomp to generate Java classes from the desired schema.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With