IBM Business Process Manager, V8.0.1, All platforms > Reference > Commands and scripts > Commands (wsadmin scripting)
showSCAExport command
Use the showSCAExport command to display the attributes of a Service Component Architecture (SCA) module export.
Required parameters
- -moduleName moduleName
- SCA module name.
- -export exportName
- SCA module export name.
Optional parameters
- -applicationName applicationName
- The name of the application associated with the SCA module. Providing an applicationName improves performance.
Example
To list the attributes of an SCA export named MyExport in a module named MyModule in application myApplication for use in another script:
- Jython example:
AdminTask.showSCAExport('-moduleName MyModule -applicationName MyApplication -export MyExport')Tip: Add the jython print statement before the command when you want to see formatted output.
- Jacl example:
$AdminTask showSCAExport {-moduleName MyModule -applicationName MyApplication -export MyExport}
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