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

showSCAImportWSBinding command

Use the showSCAImportWSBinding command to show the attributes of a web service import binding.

Location

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

Syntax

showSCAImportWSBinding
-moduleName moduleName
-import import_name
[-applicationName applicationName]

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 connecting to the import.

Example

The following example uses showSCAImportWSBinding to show the attributes of the web service import binding for a module called MyModule, an import called MyImport, and an application called MyApplication.
AdminTask.showSCAImportWSBinding('[-moduleName MyModule -import MyImport -applicationName MyApplication]')
Tip: To see formatted output, add the print statement before the command