https://github.com/ohbus/fuse-integration-project-demo-1
Employee Demo Web Service Fuse integration Project using Apache Camel and Red Hat JBoss Fuse 7.8
https://github.com/ohbus/fuse-integration-project-demo-1
camel cxf fuse jboss rest soap
Last synced: 30 days ago
JSON representation
Employee Demo Web Service Fuse integration Project using Apache Camel and Red Hat JBoss Fuse 7.8
- Host: GitHub
- URL: https://github.com/ohbus/fuse-integration-project-demo-1
- Owner: ohbus
- Created: 2021-05-18T10:35:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-18T10:35:19.000Z (over 4 years ago)
- Last Synced: 2023-03-04T15:44:02.751Z (over 2 years ago)
- Topics: camel, cxf, fuse, jboss, rest, soap
- Language: Java
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.txt
Awesome Lists containing this project
README
Camel Project for Apache CXF code-first using Spring
=========================================================================Note: This project does not currently work. It has some issues. It is based
on the archetype.To build this project use
mvn install
To deploy the project in OSGi. For example using Apache Karaf.
You need to install the following features first:features:install camel-jaxb
features:install camel-cxfAnd then you can install this example from its shell:
osgi:install -s mvn:com.mycompany/camel-spring-cxf-code-first/1.0.0-SNAPSHOT
The web services from Apache CXF is usually listed at:
http://localhost:9292/cxf
And the WSDL file for this example at:
http://localhost:9292/cxf/report/?wsdl
For more help see the Apache Camel documentation
https://camel.apache.org/