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.