IBM Business Process Manager, V8.0.1, All platforms > Reference > Commands and scripts > Commands (wsadmin scripting)
showSCAImportWSBinding command
Use the showSCAImportWSBinding command to show the attributes of a web service import binding.
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 connecting to the import.
Examples
The following example uses showSCAImportWSBinding to show the attributes of the web service import binding for a module called MyModule, an import called MyImport, and an application called MyApplication.
- Jython example:
AdminTask.showSCAImportWSBinding('[-moduleName MyModule -import MyImport -applicationName MyApplication]')Tip: Add the jython print statement before the command when you want to see formatted output.
- Jacl example:
$AdminTask showSCAImportWSBinding {-moduleName MyModule -import MyImport -applicationName MyApplication}
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