WebSphere WebSphere Enterprise Service Bus, Version 6.0.1 Operating Systems: AIX, HP-UX, Linux, Solaris, Windows

Changing SCA import bindings

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} 

Reference topic

Terms of Use | Rate this page

Timestamp iconLast updated: 13 Dec 2005
http://publib.boulder.ibm.com/infocenter/dmndhelp/v6rxmx/index.jsp?topic=/com.ibm.websphere.wesb.doc\ref\rwesb_modifySCAImportSCABinding.html

(C) Copyright IBM Corporation 2005. All Rights Reserved.
This information center is powered by Eclipse technology. (http://www.eclipse.org)