I am building a cmis server and would like to add an interceptor or handler that would intercept the incoming soap webservices request and extract proprietary soap headers containing the username and other identifications and then use that for authentication. The instructions on https://chemistry.apache.org/java/developing/dev-server.html mention to register the handler in WEB-INF/sun-jaxws.xml. I do not have such a file. I am using cmis version 1.1.
Thanks, Irfan