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
folder
of your FUSE ESB installation.InstallDir
/examples/cxf-osgi
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.