Service Running
Business Integration Tests
A Spring Boot + Apache Camel sandbox for validating EDI message flows.
What this is
This web application is a test harness for business integration scenarios,
focused on exchanging and validating EDI (Electronic Data Interchange)
messages over B2B protocols such as AS2.
What you can do here
- Send and receive test EDI messages (e.g., X12, EDIFACT payloads)
- Exercise AS2 endpoints via the built-in Apache Camel routes
- Prototype and debug new integration routes before wiring them into production pipelines
Stack
- Spring Boot 4.0.7 (embedded Tomcat)
- Apache Camel 4.20.0 (
camel-spring-boot-starter, camel-as2-starter, camel-servlet-starter)
- Java 17
Send an AS2 EDI Message →
View AS2 Inbox →