path

<h3>Explanation:</h3>

The value of the content will be taken to match the path.

If <tt>isRegExp="true"</tt>, the whole path has to match the given regular expression. If <tt>isRegExp="false"</tt>, the path has to start with the given string.

If <tt><path /></tt> is a child element of a <tt><soapProxy /></tt>, the <tt>isRegExp</tt> attribute must not be present.


Can be used in:

serviceProxy, api, internal, bean and soapProxy

Syntax

<path isRegExp="[false,true]"  >[string]</path >

Sample

<serviceProxy port="2000">
  <path >/bank</path >
  <target host="bank.predic8.de" />
</serviceProxy>