Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.25 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.25 KB

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.