Go to new doc!

+49 228 5552576-0


info@predic8.com

soapStackTraceFilter

Can be used in

serviceProxy, soapProxy, transport

Syntax

				<soapStackTraceFilter />
			
Listing 1: soapStackTraceFilter Syntax

Sample

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

Description

The soapStackTraceFilter removes SOAP stack traces from message bodies.

This 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.

Flow

This interceptor is by default applied to both requests and responses. By wrapping it in an <request>...</request> (or <response>...</response>) element, you can select to apply it only to requests (or only to responses). See request and response.