Transformation using ESQL in a message flow


Learn how to use a Compute node to transform data using ESQL in an IBM Integration Bus message flow by exploring this simple example.
OVERVIEW

This tutorial demonstrates a simple message flow which receives XML data over HTTP. The flow transforms the input XML structure into a different output XML structure using a Compute node (whose behavior is based on ESQL), and sends this back to the HTTP request.

In IBM Integration Bus, message flows can be used to transform input data structures into output data structures. Several transformation options are provided including a Compute node (which uses ESQL), a Mapping node, a JavaCompute node (which can navigate data using an IBM Integration Bus Java API or JAXB), an XSL Transform node and a .NETCompute node.

This tutorial takes approximately 5 minutes.
Tutorial Topics
  • Compute node
  • XML parsing and writing
Learning outcomes
  • Use IBM Integration Bus to create and drive a message flow which transforms data using ESQL.