Skip to content

ricardozanini/fuse-soap-spring-boot-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fuse 7.x CXF Soap Service with Spring Boot example

A simple example of how to implement a JAX-WS (Soap) CXF service with Camel and Spring Boot.

How to use

Standalone

  1. Clone this repo: git clone https://github.com/ricardozanini/fuse-soap-spring-boot-example.git
  2. cd fuse-soap-spring-boot-example
  3. Run the Spring Boot application with mvn spring-boot:run

OpenShift

  1. Clone this repo: git clone https://github.com/ricardozanini/fuse-soap-spring-boot-example.git
  2. cd fuse-soap-spring-boot-example
  3. Login to your cluster and select a project: oc login -u <user> -p <password> && oc project <myproject>
  4. run oc process -f openshift/template.json -p SVC_USER_NAME=user -p SVC_PASSWORD=test | oc create -f -

Your temperature converter SOAP service will be ready to use.

Endpoints

Note: If on OpenShift, change localhost:8080 to your route hostname and the protocol to https.

About

A simple example of how to implement a JAX-WS (SOAP) CXF service with Camel and Spring Boot and deploy it on OpenShift

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages