We have a schema we bind to Java using JAXB (and C++ with LMX) which works well. I know have been asked to encrypt certain element data. How can I do this and not loose the schema to POJO binding?
What is the best way to accomplish this? Does XSD support XML Security in some way? Does JAXB or other binding implementation support XML Security? -Dave