IBM Business Process Manager, V8.0.1, All platforms > Reference > Commands and scripts > Commands (wsadmin scripting)
showSCAImportHttpBinding command
Use the showSCAImportHttpBinding command to show the attributes of an HTTP import binding.
The output is specified by the methodScope parameter.
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.
- -methodScope
- The name of the method. If specified, the configuration properties for the specified method scope are shown. If not, the binding scope is shown.
Example
To display the attributes of an HTTP import binding called Import1 in a module called MyMod:
- Jython example:
AdminTask.showSCAImportHttpBinding('[-moduleName MyMod -import Import1]')Tip: Add the jython print statement before the command when you want to see formatted output.
- Jacl example:
$AdminTask showSCAImportHttpBinding {-moduleName MyMod -import Import1}
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