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

showSCAImportHttpBinding command

Use the showSCAImportHttpBinding command to show the attributes of an HTTP import binding.

The output is specified by the methodScope parameter.

Location

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

Syntax

showSCAImportHttpBinding
-moduleName moduleName
-import import_name
[-applicationName applicationName]
[-methodScope]

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 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 import binding called Import1 in a module called MyMod:
AdminTask.showSCAImportHttpBinding('[-moduleName MyMod -import Import1]')
Tip: To see formatted output, add the print statement before the command