ORSIM standalone integration
Hi all,
having ORSIM without RIB, the integration layer is responsible for getting the outbound messages and deliver them to targets.
On previous ORSIM versions, there was a class XML2DEOConverter that had a method that converted the staged message payload in XML to a DEO java object that than could be transformed to a VO (that has a defined XSD and documentation) using SimRibUtil.buildRibMessageVOFromDEO().
It is my understanding that the XML2DEOConverter is not present on version 15. Was it replaced by another class with the same functionality? How can a DEO be converted to a VO?
Thanks,