Not really an issue, but I can't figure how how to do this. I need the SOAP envelop elements prefixed with "S" rather than "soap" for backwards compatibility with the app I'm replacing. How do I do that with dropwizard-jaxws?
Apologies, I found some example code in your repo that shows adding an interceptor and from there I figured out how to hack a CXF interceptor to do it. Hurray for example code :)
Not really an issue, but I can't figure how how to do this. I need the SOAP envelop elements prefixed with "S" rather than "soap" for backwards compatibility with the app I'm replacing. How do I do that with dropwizard-jaxws?