Hi
I am trying to store the an incoming request and I am using JAXB to marshall the object to xml. After marshalling root element it appears the root element get generated with lower case.
txLifeRequestType xmlns:ns2="http://ACORD.org/Standards/Life/2">
just because of this , while unmarshalling i am getting exception saying that expected element is not there.
Please let me know if you guys have encountered this issue and solved it,