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.
I switched the database from H2 to PostgreSQL and updated the configuration in config.xml. When I send messages, they are successfully stored in the msg_metadata table in the PostgreSQL database.
However, the issue is that the web UI does not display any data. When I check the /api/messages/list endpoint, the data is correctly loaded, as shown in the screenshot below.
I switched the database from H2 to PostgreSQL and updated the configuration in config.xml. When I send messages, they are successfully stored in the msg_metadata table in the PostgreSQL database.
However, the issue is that the web UI does not display any data. When I check the /api/messages/list endpoint, the data is correctly loaded, as shown in the screenshot below.