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