Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In the following Send mediator configuration, the PersonInfoEpr key refers to a specific endpoint saved in the registry.

Code Block
languagexml
<send>
	<endpoint key="PersonInfoEpr"/>
</send>

 


Resolving Endpoint

The Resolving Endpoint refers to an actual endpoint using a dynamic key. The key is an XPath expression.

...