rhtconsulting / fuse-quickstarts

Quick Starts and Demos intended for use with JBoss Fuse (both on EAP and Karaf) put together by a team of Red Hat Consultants
http://www.redhat.com/en/services/consulting
Apache License 2.0
26 stars 34 forks source link

Camel on EAP - JAX-WS Consumer with CamelProxy (Code First) #24

Open ghost opened 8 years ago

ghost commented 8 years ago

Publish a SOAP Endpoint via standard JEE JAX-WS Method and direct the request to a direct Camel Route. Consume it with a separate route. The SOAP Endpoint should have at least 2 separate operations.

Use a Code First Approach.

https://wildflyext.gitbooks.io/wildfly-camel/content/javaee/jaxws.html

Repo Folder: camel_on_eap_quickstarts/soap Package: com.redhat.consulting.fusequickstarts.eap.soap

Notes: