You can use a command to change the SCA import bindings of mediation modules that have been deployed to WebSphere Process Server.
You must use the wsadmin tool to run the following commands.
An SCA binding connects one Service Component Architecture (SCA) module to another SCA module. Mediation modules are types of SCA module
You might change an SCA import binding if you wanted a particular mediation module to invoke a different mediation module. If you change an import binding you must ensure that the import and export match, that is, that the operations provided are equivalent. This might involve reviewing the WSDL.
To modify the binding of a particular mediation module import, you need to know the names of the source and target mediation modules, and the specific import and export.
The listSCAModules command lists all SCA modules that have been deployed to WebSphere Process Server. The listSCAImports command lists all imports for a particular SCA module and the listSCAExports command lists all exports for a particular SCA module.
WebSphere ESB issues a warning for each import interface that is not satisfied by an export interface. WebSphere Process Server compares the WSDL port type names of import and export, if they are not the same then a warning is issued. However, if the port type names do match, then WebSphere Process Server assumes that the operations provided are equivalent and no warning is issued.
Last updated: Wed 06 Dec 2006 07:08:08
(c) Copyright IBM Corporation 2005, 2006.
This information center is powered by Eclipse technology (http://www.eclipse.org)