Lab 7 - Exposing a SOAP Service with FIS
In this lab you will expose an existing SOAP based JEE application running on a JBoss EAP container in the same Openshift cluster. To do this, you will deploy a Fuse on Openshift application (formerly known as Fuse Integration Services) to your Openshift cluster, which was built to expose the SOAP webservice as a REST API.
- Open a web browser and go to https://github.com/pszuster/3ScaleTD/blob/master/Stores/src/main/java/com/redhat/service/StoresWS.java
This simple java class implements a JAX-WS SOAP webservice that allows consumers to create, delete or get Stores from RHMart.