This topic applies only to the IBM Business Automation Workflow Advanced
configuration.

showSCAExportHttpBinding command

Draft comment:
This topic only applies to BAW, and is located in the BAW repository. Last updated on 2025-03-13 12:15
Use the showSCAExportHttpBinding command to show the attributes of an HTTP export binding.

The output is specified by the methodScope parameter.

Draft comment:
Need a Prerequisites section. Does this command run in connected or not connected mode? If it runs in connected mode, include security role information. Make clear if the role is a BPM or WAS role. For a wsadmin command that runs in connected mode, you must specify the user and password parameters in the syntax and example.

Location

Draft comment:
Is this correct?

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

Syntax

showSCAExportHttpBinding
-moduleName moduleName
-export export_name
[-applicationName applicationName]
[-methodScope]

Required parameters

-moduleName moduleName
The name of the SCA module associated with the export.
-export export
The name of the export.

Optional parameters

-applicationName applicationName
The name of the application.
-methodScope
The name of the method. If this parameter is specified, the configuration properties for the specified method scope are shown. If it is not specified, the binding scope is shown.

Example

To display the attributes of an HTTP export binding called Export1 in a module called MyMod:
AdminTask.showSCAExportHttpBinding('[-moduleName MyMod -export Export1]')
Tip: To see formatted output, add the print statement before the command