Mapping Types

The following types of mapping are supported:

Rendezvous (RV) Mapping

Using the Rendezvous mapping, you can access an external mapping handler as a service using Rendezvous. Rendezvous starter process that calls service endpoint handler and listens to the matched requested subject must exist.

Rendezvous mapping provides external processes to execute mappings between corresponding but not compatible APIs. This provides a set of services called Rendezvous messages that transform the given input messages to other messages. The Core Engine calls the mappers services whenever it transforms messages between the northbound, canonical, and southbound form.

XSLT Mapping

XSLT mapping describes embedded mapping transformation. The transformation of the request and response documents are done according to the XSLT files defined in the mappings configuration. This can be defined for both forward and reverse mappings. See Transformations (XSLT Mapping) for details.