I'm not sure if this will help you or not but I am using Jackson as the
provider with CXF, and my object classes are annotated with JAXB
annotations. I'm able to create both JSON and XML without issue, even using
simple types like String and boolean.  This may be more overhead than you
want?  Maybe just create a simple class to use as a wrapper for the return
boolean.

Reply via email to