Use the showSCAImportWSBinding command
to show the attributes of a Web service import binding.
Purpose
This command shows the attributes
of Web service import binding.
Syntax
$AdminTask showSCAImportWSBinding { parameters }
Parameters
- –moduleName moduleName
- A required parameter that specifies the name of the SCA module
associated with the import.
- -import import
- A required parameter that specifies the name of the import.
- -applicationName applicationName
- Specifies the name of the application connecting to the import.
This value is not required.
Examples
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}