Using GenericEntity it appears that Jersey will allow me to use JaxB collections in Jersey for both return values and input?
The problem is how do I define the name and namespace of the top element in the XML that Jersey reads/writes ? I need this to make sure the output conforms to a XSD schema.
/Cheers
Morten