8. SOAP based Web Services

soapStackTraceFilter

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.



Can be used in:

serviceProxy, api, stompProxy, swaggerProxy, if, registration, wsStompReassembler, interceptor, bean, internalProxy, transport and soapProxy

Syntax

<soapStackTraceFilter />

Sample

<proxies>
  <serviceProxy port="2000">
	<response>
		<soapStackTraceFilter />
	</response>
	<target host="www.membrane-soa.org" />
  </serviceProxy>
</proxies>