Tools for converting XML schema to Java objects

Tools for converting XML schema to Java objects

I have an XML schema (.xsd file) which contains a list of elements I want to convert into the correspondent Java objects. The element contains the tag which is not supported by WebLogic yet. I wonder if there are any Web service servers and/or tools for auto conversion from XML schema (with tag) to Java objects, and for auto generation of necessary serialization/deserialization java classes, handler classes and type mapping file.

    Requires Free Membership to View

    When you register, you'll begin receiving targeted emails from my team of award-winning writers. Our goal is to keep you informed on recent service-oriented architecture (SOA) and SOA-related topics such as integration, governance, Web services, Cloud and more.

    Hannah Smalltree, Editorial Director

    By submitting your registration information to SearchSOA.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchSOA.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

The Java data binding tool I am most familiar with is Castor and it supports choice.

This was first published in September 2003