Use the modifySCAImportSCABinding command
to change default (SCA) import bindings.
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 the default type.
Note: The
default binding type is also referred to as an SCA binding. Therefore,
an SCA module can have an import with an SCA binding.
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
- -applicationName applicationName
- The name of the application associated with the SCA module. Providing
an applicationName improves performance.
- -targetApplicationName targetApplicationName
- 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}