h...@all
I want to know if ist possible to specify a default namespace for incoming REST requests. I have a haxrs:server with a special JAXBElementProvider with configured XML validation. Now comes the tricky point. There are some legacy clients sending requests without an XML namespace. Now I need to configure a default namespace for those requests, and make it working with validation again. At the moment every request without a namespace runs into a SAXParserException. Is there a clever solution for this problem without much coding? Thanks in advance Mirko
