Use the showSCAExportHttpBinding command
to show the attributes of an HTTP export binding.
Before you begin
The showSCAExportHttpBinding command
is run using the AdminTask object of the wsadmin scripting client.
Use
the following command to list all the SCA administrative commands.
wsadmin> $AdminTask help SCAAdminCommands
Use
the following command to get detailed help on a particular command.
wsadmin> $AdminTask help command_name
Syntax
$AdminTask showSCAExportHttpBinding { parameters }
Purpose
The showSCAExportHttpBinding command
displays the attributes of an HTTP export binding.
- Command name
- showSCAExportHttpBinding
- Target
- None.
- Result
- The output is specified by the methodScope parameter.
Parameters
- moduleName
- A mandatory parameter that specifies the name of the module to
which the export binding belongs.
- export
- A mandatory parameter that specifies the name of the export.
- applicationName
- An optional parameter that specifies the name of the application.
- methodScope
- An optional parameter specifying the name of the method. If specified,
the configuration properties for the specified method scope are shown.
If not, the binding scope is shown.
Example
To display the attributes of an
HTTP export binding called Export1 in a module called MyMod:
wsadmin> $AdminTask showSCAExportHttpBinding {-moduleName MyMod -export Export1}