IBM Business Process Manager, V8.0.1, All platforms > Reference > Commands and scripts > Commands (wsadmin scripting)

modifySCAImportSCABinding command

Use the modifySCAImportSCABinding command to change attributes of Service Component Architecture (SCA) import bindings.

The modifySCAImportSCABinding command is used to change import bindings of the default type.

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.

This command 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. IBM Business Process Manager compares the WSDL port type names of the import and export. If they are not the same, a warning is issued. However, if the port type names do match, IBM Business Process Manager assumes that the operations provided are equivalent and no warning is issued.

After using the command, save your changes to the master configuration using one of the following commands:

Required parameters

–moduleName moduleName

The name of the SCA module that contains the import.

-import import

The name of the import.

-targetModule targetModuleName

The name of the target module.

-targetExport targetExportName

The name of the target export.

Optional parameters

-applicationName applicationName

The name of the application.

-targetApplicationName targetApplicationName

The name of the application associated with the target SCA module. Providing a targetApplicationName improves performance.

Example

To change the attributes of an SCA import binding called myImport in a module called myModule for use in another script:

Parent topic: Commands (wsadmin scripting)

Related information:

Obtaining online help using wsadmin scripting
Administrative command invocation syntax using wsadmin scripting
Use the wsadmin scripting tool
Jython script library