In some cases, you can change the import bindings of mediation modules from WebSphere ESB.
You can change import bindings if
they are SCA import bindings,
but not if they are other types of bindings.
Why and when to perform this task
To change
SCA import bindings of
mediation modules,
use the administrative console to complete the following steps.
Note: Mediation modules are
types of Service Component Architecture (SCA) modules.
Steps for this task
- List the SCA modules. In the navigation pane, expand .
- Select an SCA module.
- List the SCA module imports. In the content pane, under Module components, expand Imports.
- Display import details. In the content pane, under Module components expand
the import you require.
- Display import bindings. Expand Binding.
- Select an SCA import binding. SCA import bindings
are indicated using the identifier [SCA].
- Select a new target SCA module. Select a module from the drop down menu. Selecting a different SCA module changes
the exports and export interfaces that are displayed.
- Select an export. Select an export from the drop down menu.
- Save your changes. Click OK.
Then save your changes to the master configuration.
Result
Changes the SCA import binding for a particular
SCA module import.
WebSphere ESB issues
a warning for each import interface that is not satisfied by an export interface. WebSphere ESB compares
the WSDL (Web Services Description Language) port type names of import and
export. If the port type names are not the same then a warning is issued,
but you are allowed to ignore the warning. However, if the port type names
do match then WebSphere ESB assumes
that the operations provided are equivalent and no warning is issued.