https://github.com/jonashackt/soap-mule-cxf
Sample Project for producing & testing a SOAP-WSDL-driven Service with MuleESB, Apache CXF & JAX-WS
https://github.com/jonashackt/soap-mule-cxf
Last synced: about 1 year ago
JSON representation
Sample Project for producing & testing a SOAP-WSDL-driven Service with MuleESB, Apache CXF & JAX-WS
- Host: GitHub
- URL: https://github.com/jonashackt/soap-mule-cxf
- Owner: jonashackt
- Created: 2016-03-03T07:21:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-07T15:46:37.000Z (over 10 years ago)
- Last Synced: 2025-02-13T14:24:07.862Z (over 1 year ago)
- Language: Java
- Size: 34.2 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SOAP-Webservices with Apache CXF & MuleESB using JAX-WS RI & JAXB
[](https://travis-ci.org/jonashackt/soap-mule-cxf)
[](https://coveralls.io/r/jonashackt/soap-mule-cxf)
[](https://www.versioneye.com/user/projects/56d7e97fd71695003886c467)
Fully running example of [https://github.com/jonashackt/soap-spring-boot-cxf](https://github.com/jonashackt/soap-spring-boot-cxf). But instead of [Spring Boot] the project is based on [MuleESB]:

Works only, if you boot the Weather-Backend, which exposes a REST-Service that the Mule-Flow needs to run: [https://github.com/jonashackt/weatherbackend](https://github.com/jonashackt/weatherbackend). Just clone and mvn spring-boot:run :)
**the current Maven-setup only works, if you have an Mule enterprise (ee) repository configured in your settings.xml**
[MuleESB]:https://www.mulesoft.com/resources/esb/what-mule-esb
[Spring Boot]:http://projects.spring.io/spring-boot/