https://github.com/vanioinformatika/spring-boot-cxf-integration-example
Spring-boot project with Spring-integration and CXF WebService MTOM aware endpoint handling large attachements
https://github.com/vanioinformatika/spring-boot-cxf-integration-example
Last synced: 6 months ago
JSON representation
Spring-boot project with Spring-integration and CXF WebService MTOM aware endpoint handling large attachements
- Host: GitHub
- URL: https://github.com/vanioinformatika/spring-boot-cxf-integration-example
- Owner: vanioinformatika
- License: mit
- Created: 2014-05-23T09:07:38.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-23T17:25:46.000Z (over 11 years ago)
- Last Synced: 2025-03-24T10:19:26.465Z (7 months ago)
- Language: Java
- Size: 168 KB
- Stars: 17
- Watchers: 8
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Spring-integration project with CXF WebService endpoint botstrapped with Spring-boot
====================================================================================Spring-boot project with Spring-integration and CXF WebService MTOM aware endpoint handling large attachements.
To try out:
-----------1. check out the project from GitHub
1. install JDK 1.8+ (Java8)
1. install Maven 3.0.3+
1. set JAVA_HOME environment variable to home of the installed JDK 1.8
1. go to the project directory and issue mvn clean spring-boot:run
1. open a browser and enter the following address: http://localhost:8080/services/contentStoreCxf?wsdl
1. use the WSDL to create a client of your preference