Skip to content

vanioinformatika/spring-boot-integration-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring-integration project botstrapped with Spring-boot

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.

To try out:

  1. check out the project from GitHub
  2. install JDK 1.7+ (Java7)
  3. install Maven 3.0.3+
  4. set JAVA_HOME environment variable to home of the installed JDK 1.7
  5. go to the project directory and issue mvn clean spring-boot:run
  6. open a browser and enter the following address: http://localhost:8080/contentStore.wsdl
  7. use the WSDL to create a client of your preference

NOTE: When running the example (other than the test) don't forget to set -Dsaaj.use.mimepull=true

About

SpringBoot integration example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages