This topic applies only to the IBM Business Process Manager Advanced configuration.

showSCAImportBinding command

Use the showSCAImportBinding command to display the attributes of Service Component Architecture (SCA) module import bindings.

The output of this command depends upon the type of binding. For example, for an adapter (EIS) import binding, the output would be in the following format:
importBinding:type=AdapterImportBinding

Location

Start the wsadmin scripting client from the install_root/profiles/deployment_manager_profile/bin directory.

Syntax

showSCAImportBinding
-moduleName moduleName
-import import_name
[-applicationName applicationName]

Required parameters

-moduleName moduleName
The name of the SCA module associated with the import.
-import import
The name of the import.

Optional parameters

-applicationName applicationName
The name of the application.

Example

To list the attributes of an SCA import binding called Import1 in a module called MyMod for use in another script:
AdminTask.showSCAImportBinding('-moduleName MyMod -import Import1')
Tip: To see formatted output, add the print statement before the command