* {@linkplain Ordered#LOWEST_PRECEDENCE lowest precedence} for handling endpoint
* exceptions.
*/
@Bean
public SimpleSoapExceptionResolver simpleSoapExceptionResolver() {
SimpleSoapExceptionResolver exceptionResolver = new SimpleSoapExceptionResolver();
exceptionResolver.setOrder(Ordered.LOWEST_PRECEDENCE);
return exceptionResolver;
}