Planning the conversion of a legacy message map
Before you convert a legacy message map, review this section to help you plan the migration.
About this task
If you want to deploy legacy message maps (.msgmap format) in IBM® App Connect Enterprise, you must first convert them into message maps in .map format, which the IBM App Connect Enterprise Mapping node can consume.
Legacy message maps, which have not been modifiable since WebSphere® Message Broker Version 7, could be deployed in later versions of WebSphere Message Broker; however, they cannot be deployed in IBM App Connect Enterprise until they have been converted.
Procedure
Complete the following tasks to plan the conversion of a legacy message map to an IBM App Connect Enterprise message map:
What to do next
- Define schema models for any xsd:any element in your input or output structures. You can also use the Add user-defined function to qualify the xsd:any element. This approach is recommended when the xsd:any element only involves a small number of elements. If you reuse the same structure in multiple maps, it is recommended that you create a schema model.
- Run the conversion process. For more information, see Converting a message map from a .msgmap file to a .map file.
- Review the newly created message map and complete the post-conversion tasks. For more information, see Managing conversion warnings on converted legacy message maps and Managing conversion errors on converted legacy message maps.
- Update the message flow that includes the legacy message map to include the new Mapping node and reference the newly created message map. For more information, see Replacing a legacy Mapping node.
- Deploy and test your message flow. For more information, see Deployment rules and guidelines.