OpenAS2 / OpenAs2App

OpenAS2 is a java-based implementation of the EDIINT AS2 standard. It is intended to be used as a server. It is extremely configurable and supports a wide variety of signing and encryption algorithms.
https://sourceforge.net/projects/openas2/
BSD 2-Clause "Simplified" License
177 stars 132 forks source link

[Feature?] Parsing and Synchronize files to Partners after MDN #380

Open HamzaDevz opened 1 month ago

HamzaDevz commented 1 month ago

Hello,

Is it possible to add a check if files were properly parsed and synced to partners ?

Shall we develop a new plugin for that ?

Thanks.

uhurusurfa commented 1 month ago

You can check the result of any AS2 transaction in the database. Search these discussions for more info or read the do cumentation: https://sourceforge.net/p/openas2/discussion/

uhurusurfa commented 1 month ago

See section 6.4 "AS2 Message Tracking" in the OpenAS2HowTo.pdf for a discussion of how the database is used to store messages.