Exception occurs with JAX-RPC handler
问题 I have some SOAP webservices build with JAX-RPC. These work fine. But as soon as I add a handler, I get an exception. When the binding is removed from the webservices.xml, everything works fine again. The weird thing is, the handler itself isn't included in the stacktrace of the exception. I also noticed, the init and getHeaders methods of the handler are called, before the exception is raised. The handler is added to webservices.xml with the following xml: <handler> <handler-name>My Message