The next step is to do the required development, configuration, and testing of the integration. The following are some helpful tips for developing integration solution:
- Utilize the existing code and functionalities for integration; extend as needed.
- Keep the message format generic as far as possible so that the same integration point can be used with other applications, if needed. Use the XSLT transformation or other transformation tools to transform the messages in an appropriate system schema.
- Build an error handling and notification mechanism to monitor the failure. Keep a closed loop; there should be a mechanism to notify other applications of the success or failure of message processing.
- Develop ...