Use the showSCAExportWSBinding command
to show the attributes of a Web service export binding.
Purpose
This command shows the attributes
of a Web service export binding.
Syntax
$AdminTask showSCAExportWSBinding { parameters }
Parameters
- –moduleName moduleName
- A required parameter that specifies the name of the SCA module
associated with the export.
- -export export
- A required parameter that specifies the name of the export.
- -applicationName applicationName
- Specifies the name of the application connecting to the export.
This value is not required.
Examples
The following example uses
showSCAExportWSBinding to
show the attributes of the Web service export binding for a module
called
MyModule, an export called
MyExport, and an application
called
MyApplication.
$AdminTask showSCAExportWSBinding {-moduleName MyModule -export MyExport
-applicationName MyApplication}