I am trying to create a chain of modules in the PI Sender file module processor.
The required sequence of modules is :
- EDI Decryption
- Seeburger Classifier
- .....
- call adapter
the thing is that the classifier module of Seeburger is not able to define the message type after the Decryption PGP module.
its result type is <type> Inhouse</type>.
when running an already decrypted file the classifier manage to identify the EDI type.
Q: is it possible to run any Seeburger module after the PGP decryption or should these integration scenarios must be split into 2:
- Decryption PI scenario (with the PGP module
- PI scenario with Message classifier.
Points will be rewarded.
Cheers.