Hi All, I have struck with JAXB vers 1.0 , I have to create XML payload for integration anf receive xml over JMS as string. MY schema xsd is having a lot of elelment. Of which I have to populate some more then 150 element . I have tried using JAXB generated interface & classes ,but facing difficulty how to mapp xml attribute to benas atttributes.. Can any one guide on how to do this processing?