h...@all
I am working with CXF and JAXRS. Now, I need to specify the namespace and the xsi:schemaLocation for outgoing messages. I am using JAXB for object marshalling. As far as I understood the documentation, I can use the jaxrs:schemaLocation to specify the schemas for incoming message validation. Now, I need to add a namespace and a xsi:schemaLocation for outgoing messages. What would be the best way to do that? Is there also a way to specify the schemas for validation and the xsi:schemaLocation on operation level, meaning for every exposed java method? Thanks in advance Mirko
