Class SOAPStackTraceFilterInterceptor

java.lang.Object
com.predic8.membrane.core.interceptor.AbstractInterceptor
com.predic8.membrane.core.interceptor.xmlcontentfilter.SOAPStackTraceFilterInterceptor
All Implemented Interfaces:
Interceptor

public class SOAPStackTraceFilterInterceptor extends AbstractInterceptor
Description

The soapStackTraceFilter removes SOAP stack traces from message bodies.

Explanation

Using this interceptor hides sensitive information, as the structure of your backend source code, from the caller.

The soapStackTraceFilter works without further configuration with most backend servers, but it is advised to test its functionality in combination with your SOAP service provider before deploying it in production.

Topic
8. SOAP based Web Services