Use the modifySCAImportSCABinding command to
change import bindings of type SCA.
Before you begin
The modifySCAImportSCABinding command
is run using the AdminTask object of the wsadmin scripting client.
Use
the following command to list all the SCA administrative commands.
wsadmin> $AdminTask help SCAAdminCommands
Use the following command to get detailed help on
a particular command.
wsadmin> $AdminTask help command_name
Syntax
$AdminTask modifySCAImportSCABinding {-paramName paramValue ...}
Purpose
The modifySCAImportSCABinding command
is for changing import bindings, if they are of type SCA. You can only modify Service Component Architecture (SCA) module import
bindings if they are SCA bindings, but not if they are other types of bindings.
An SCA binding connects one SCA module to another SCA module.
- Command name
- modifySCAImportSCABinding
- Target
- The import binding of an SCA module.
- Result
- Changes the SCA import binding for a particular SCA module.
A warning is issued if you select an export whose interface does not match
the interface of your import. WebSphere ESB 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 ESB assumes
that the operations provided are equivalent and no warning is issued.
Required Parameters
- -moduleName moduleName
- SCA module name.
- -import importName
- SCA module import
name.
- -targetModule targetModuleName
- Target SCA module name.
- -targetExport targetExportName
- Target SCA module export
name.
Optional Parameters
- -applicationNameapplicationName
- The name of the application associated with the SCA module.
Providing an applicationName improves performance.
- -targetApplicationNametargetApplicationName
- The name of the application associated with the target SCA module.
Providing a targetApplicationName improves performance.
Example
wsadmin> $AdminTask modifySCAImportSCABinding {-moduleName myModule -applicationName myApplication -import myImport -targetModule myTargetModule -targetApplicationName myTargetApplication -targetExport myTargetExport}