Hi
I'm developing MAF application. I'm invoking REST webservice method from java using "RestServiceAdapter". It returns XML string as response. I tried parsing it using JAXB, and in order to convert it to POJO object, I created a java file and tried adding @XMLRootElement, @XMLElement, etc for java class and its fields. However it's not recognizing @XMLRootElement, @XMLElement. If it's not accepting, then how can i parse xml string to POJO class.
Does MAF support adding @XMLRootElement, @XMLElement annotation ? When i tried adding it gives error message with ( @XMLRootElement is not available in MAF profile compact2 ).
Please anyone help me to resolve this issue.
Jdeveloper: 12.2.1
MAF: 2.3.3
Regards
Raj.