SpringBoot application with spring-integration example with an MTOM enabled webservice endpoint.
It can handle large (hundreds of MBs) attachments, so far it only works with a CXF backed JAX-WS client.
- check out the project from GitHub
- install JDK 1.7+ (Java7)
- install Maven 3.0.3+
- set JAVA_HOME environment variable to home of the installed JDK 1.7
- go to the project directory and issue mvn clean spring-boot:run
- open a browser and enter the following address: http://localhost:8080/contentStore.wsdl
- use the WSDL to create a client of your preference