Spring-boot project with Spring-integration and CXF WebService MTOM aware endpoint handling large attachements.
- check out the project from GitHub
- install JDK 1.8+ (Java8)
- install Maven 3.0.3+
- set JAVA_HOME environment variable to home of the installed JDK 1.8
- go to the project directory and issue mvn clean spring-boot:run
- open a browser and enter the following address: http://localhost:8080/services/contentStoreCxf?wsdl
- use the WSDL to create a client of your preference