Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

The following is an example routing and transformation template. Firstly we reuse the XSLT basd transform component.

...

 

Then we provide a file in XSLT format, with some JBI extensions

...

...

 

In the above example, depending on the value of the @id attribute, we invoke different services.

...

The following example shows a number of services being invoked one after the other, using optionally different properties. In each case the original XML message is used as the body of the new inbound request.

...

...

 

Splitting up an XML message into multiple service invocations

This example demonstrates a message being split into multiple different sections of XML which are then invoked on different services.

...

...

 

Why use Xalan?

We use Xalan to implement our XPath based router and transformation engine. The main reasons for doing so are

...