This topic applies only to the IBM Business Process Manager Advanced configuration.

showSCAExport command

Use the showSCAExport command to display the attributes of a Service Component Architecture (SCA) module export.

Location

Start the wsadmin scripting client from the install_root/profiles/deployment_manager_profile/bin directory.

Syntax

showSCAExport
-moduleName moduleName
-export export_name
[-applicationName applicationName]

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:
AdminTask.showSCAExport('-moduleName MyModule -applicationName MyApplication -export MyExport')
Tip: To see formatted output, add the print statement before the command