Examples
Understanding the translation process
The transformation is as follows:
Core Flow: Core flow consists of four flows, out of which 2 would be used.
MTToMXTranslator:2.0: MT to MX translator2:0 accepts the MT message from the file interface which, in turn, invokes the corresponding MT to MX translation. In case of an error, the file is moved to the Error directory.
MXToMTTranslator:2.0: MX to MT translator2:0 accepts the MX message from the file interface which, in turn, invokes the corresponding MX to MT translation. In case of an error, the file is moved to the Error directory.
Other than the File interface, the exchange of MT/MX messages can be performed using interfaces like REST, WebService, FTP, etc too by replacing the FileReader microservice with the respective microservice.
MT_To_MX: The MT messages are translated via flows saved under the MT_To_MX category. Various pre-built flows can be used to translate an MT message to an MX message.
MX_To_MT: The MX messages are translated via flows saved under the MX_To_MT category. Various pre-built flows can be used to translate an MX message to an MT message.