Go to new doc!

+49 228 5552576-0


info@predic8.com

response

Interceptors are usually applied to requests and responses. By nesting interceptors into a <response> Element you can limit their applictaion to responses only.

Can be used in

proxy, serviceProxy, soapProxy, transport

Syntax

				<response>
				  [interceptors]*
				</response>
Listing 1: response Syntax

Sample

				<serviceProxy port="2000">
				  <response>
				    <regExReplacer regex="Hallo" replace="Hello" />
				    <transform xslt="customer2person.xsl" />
				  </response>		
				</serviceProxy>
Listing 2: response Example

See also