IBM Business Process Manager, V8.0.1, All platforms > Reference > Commands and scripts > Commands (wsadmin scripting)
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=AdapterImportBindingRequired 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:
- Jython example:
AdminTask.showSCAImportBinding('-moduleName MyMod -import Import1')Tip: Add the jython print statement before the command when you want to see formatted output.
- Jacl example:
$AdminTask showSCAImportBinding {-moduleName MyMod -import Import1}
Parent topic: Commands (wsadmin scripting)
Related reference:
showSCAImportEJBBinding command
showSCAImportHttpBinding command
showSCAImportJMSBinding command
showSCAImportMQBinding command
showSCAImportWSBinding command
Related information:
![]()
Obtaining online help using wsadmin scripting
![]()
Administrative command invocation syntax using wsadmin scripting
![]()
Use the wsadmin scripting tool
![]()
Jython script library