The requirement is to sup****t multiple versions of ADT.
for instance, I have to do the same processing on different versions of
ADT
A04.(2.2,2.3,2.3.1,2.4). Some of the elements of this message has to
be stored in the database.
Currently, I have an orchestration with multiple receive shapes.Each
receive
shape will listen for a particular version of ADT A04.
and they are processed .Each version of ADT has a separate map for
converting the message to the stored procedure format.
Is there any other alternate way of accompli****ng the same using other
techniques?
Can we use pipelines to convert to a version of 2.4 and then process as if
it is of 2.4?