WebSphere Enterprise Service Bus for z/OS, Version 6.2.0 Operating Systems: z/OS


showSCAImportHttpBinding command

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

Before you begin

The showSCAImportHttpBinding 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 showSCAImportHttpBinding { parameters }

Purpose

The showSCAImportHttpBinding command displays the attributes of an HTTP import binding.

Command name
showSCAImportHttpBinding
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 import binding belongs.
import
A mandatory parameter that specifies the name of the import.
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 import binding called Import1 in a module called MyMod:

wsadmin> $AdminTask showSCAImportHttpBinding {-moduleName MyMod -import Import1}

reference Reference topic

Terms of use | Feedback


Timestamp icon Last updated: 21 June 2010


http://publib.boulder.ibm.com/infocenter/dmndhelp/v6r2mx/topic//com.ibm.websphere.wesb620.zseries.doc/ref/rwesb_showSCAImportHttpBinding.html
Copyright IBM Corporation 2005, 2010. All Rights Reserved.
This information center is powered by Eclipse technology (http://www.eclipse.org).