IBM BPM, V8.0.1, All platforms > Administer applications and processes in the runtime environment > Administer service applications and service modules > Work with imports and exports > Administer bindings
Administer EIS bindings
EIS bindings are installed in the server as part of your SCA applications. Administer your bindings from the administrative console.
You must have permission to make changes to the master configuration in order to perform this task.
You have an installed application that includes an EIS import or export module.
To change configuration properties after you deploy the adapter as part of a module, you use the administrative console of the runtime environment. You can update resource adapter properties (used for general adapter operation), managed connection factory properties (used for outbound processing), and activation specification properties (used for inbound processing).
You can also set configuration properties after install a stand-alone adapter. To do so, from the administrative console, expand Resources > Resource adapters, and select the adapter whose properties you want to configure.
Procedure
- Select the module that contains the binding by navigating to Applications > SCA Modules and clicking the module name.
- Select the binding by performing the following steps:
- In the Module components section, expand Imports or Exports.
- Expand the import or export, and then expand Binding.
- To view the WSDL, expand Interfaces and select the interface you want to view. The WSDL of the interface is displayed. The WSDL cannot be edited through the administrative console but can be altered with text editors.
- To view the binding, expand Bindings and click the import or export binding that you want to view. You can change the port or the name of the imported or exported service.
- Optional: Change the port or the name of the imported or exported service.
- Save your changes to the master configuration.
Results
If you made any updates, the binding is changed for the selected module. The changes take effect after you restart the SCA module.Restriction: If the module is redeployed, the configuration changes you made are replaced by the original settings.
To ensure that the changes you made remain with the module across deployments, use IBM Integration Designer to make the changes in the source code for the module.
Related information:
Developing services with adapters