ricardozanini / fuse-soap-spring-boot-example

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:Java 100.0%