Support bypass message layer
We made a flag on the interface which is “bypass message layer” since SKYVVA version 2.43. It is used to bypass the step of creating all kinds of IMessage when processing integration which saving data storage and increasing the speed of the process. So we need to make the old Agent supports with this flag when processing any Integration mode.
Support pushing raw data for XML file adapter using InboundV3 processing
We made a custom class with the new enhancement architecture with V3. When the user process this mode user will push the raw content of the XML file and process it with /V3/integrate. So users now able to create custom the inbound processing step.