LibraryLink ToToggle FramesPrintFeedback

Chapter 3. Deploying a Service into FUSE ESB

Running the Example
Understanding the Example

You are going to build and deploy a simple service that is based on a WSDL document. The source for this example can be found in the InstallDir/examples/cxf-osgi folder of your FUSE ESB installation.

The example uses the FUSE ESB Maven tooling to build a bundle that contains the service implementation and all of the metadata needed to deploy it into the FUSE ESB container.

The sample code includes a web page, client.html, that will allow you to access the service once it is exposed.