We have an implementation with JDom endpoints, and we have endpoint exception resolvers that all work fine. We had an incident recently when a client was sending us a SOAP message with malformed XML. When this happens, the endpoint never gets called, and the exception resolver does not get called. Because our logging level was set to INFO, we did not even see this error in the logs. Is there a way to capture this kind of web service exception?