Hi there,

If one implements EndpointInterceptor you have to return true or false for processing to continue. Now, say you return false, in that case, you may wish to send a SOAP fault to the user.

My question is, how do I do this? In the documentation, a SoapFaultMappingExceptionResolver is described, however this does not appear to be suitable.

Thanks,
Nico