Converting a legacy message map that is called from an ESQL statement in a Compute node
To convert a legacy message map that is called from an ESQL CALL statement in a Compute node, you must implement your ESQL logic in a Mapping node, and call the converted legacy message map through a Submap transform.
Before you begin
Review Changes in behavior in message maps converted from legacy message maps and Considerations for mapping messages modeled in message sets.
About this task
In IBM App Connect Enterprise, a graphical data map cannot be called from ESQL statements in a Compute node. You cannot modify or deploy a legacy message map in a BAR file.
Before you can modify or deploy a legacy message map (.msgmap format), you must convert it to a message map (.map format) and modify your message flow logic.
Procedure
To convert a legacy message map that is called by an ESQL CALL statement in a Compute node, complete the following steps:
What to do next
Deploy and test your message flow. For more information, see Deployment rules and guidelines.