the
GLUE web services platform has built-in transparent serialization to/from
XML
that
is much simpler to use than JAXB. it is free for most commercial
uses.
cheers,
graham
Hi ,
I have a requirement where I receive SOAP
Messages and I need to convert this Message to a Serializable Java Object(
This java Object will be passed as a value object to an EJB).
I guess the best way for me to do this is use
JAXB .... but here are my problems
1. JAXB as of now supports DTD's only , So how am
I going to represent my SOAP Message in a DTD ??? (Is this
possible)
2. JAXB does not support namespaces right
now. Same problem as above???? Can I do soap without
namespaces....???
3. The JAXB classes do not implement Serializable
(hence it becomes diificult for me to pass this as a value object) . Does
anyone know why do the JAXB classes not implement
Serializable.????
There was an earlier discussion in which Radek
said that he has written a Serializer for JAXB... Radek could you please
forward that to me , if it is OK with you.
|