I'm using Castor and it's working well and Axis already have the serializer/deserializer. You should realize that working with Castor is lot less risky than using JAXB because you have the source code of Castor and Castor project is very active. Castor will also move document from your WSDL to the generated Java class which I believe JAXB doesn't do.
The alternative that make sence is to use XMLBean with is open source and seem to be the most uptodate on XML Schema. -----Original Message----- From: Eric Chijioke [mailto:[EMAIL PROTECTED] Sent: Friday, November 19, 2004 10:52 AM To: [EMAIL PROTECTED] Subject: Axis and JAXB Has anybody tried to integrate JAXB into Axis' serialization framework? Does anyone know of any discussions/resources that address this? - Eric