An open API service indexing awesome lists of open source software.

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

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-cxf

And 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/