LibraryLink ToToggle FramesPrintFeedback

Chapter 1. Introduction to the FUSE Services Framework Binding Component

The FUSE Services Framework binding component provides connectivity to external endpoints using either SOAP/HTTP or SOAP/JMS. The endpoints are defined using WSDl files that contain FUSE Services Framework specific extensions for defining the transport. In addition, you can add FUSE Services Framework-based Spring configuration to use the advanced features.

It allows for the creation of two types of endpoint:

The FUSE Services Framework binding component has the following features:

Using the FUSE Services Framework binding component to expose SOAP endpoints usually involves the following steps:

  1. Defining the contract for your endpoint in WSDL.

    See Part I: Defining an Endpoint in WSDL.

  2. Configuring the endpoint and packaging it into a service unit.

    See Part II: Configuring and Packaging Endpoints.

  3. Bundling the service unit into a service assembly for deployment into the FUSE ESB container.

For more information about using FUSE Services Framework to create SOAP endpoints see the FUSE Services Framework library..