Hi,
If I understand correctly, what you already have is xml, xsd, and you
want to get java object from it.
If so, that's something exactly jaxb tool can do, shouldn't involve cxf
or smx.
Regards
Freeman
skg wrote:
Hi,
Is there any way to convert the string in the xml form to root class
generated by JAXB by supplying the xsd file using cxf framework. I dont want
to deploy any project in servicemix. I want to supply an xsd file based on
which i will get the unmarshalled object containing the values in the string
xml.