WebSphere WebSphere Application Server Network Deployment, Version 6.0.x Operating Systems: AIX, HP-UX, Linux, Solaris, Windows

Connecting an endpoint listener to a service integration bus using the wsadmin tool

The command described in this topic is run using the AdminTask object of the wsadmin scripting client.

This command is only valid when run against WebSphere Application Server Version 6 and later application servers. Do not run it against earlier versions.

Command-line help is provided with each of the commands:

For additional details of the command properties, see the related reference topic.

Purpose

This command connects an endpoint listener to a service integration bus.

Command name
connectSIBWSEndpointListener
Target
ObjectName of the endpoint listener to be connected.
Result
The SIBWSBusConnectionProperty object.

The command creates a SIBWSBusConnectionProperty object for the endpoint listener, and a reply destination. The command also sets the reply destination name in the bus connection properties.

Required Parameters

bus
The name of the service integration bus to which the endpoint listener is to be connected.

Conditional Parameters

None.

Optional Parameters

replyDestination
The name to use for the reply destination for this connection. If no destination name is specified, the command generates a name.

Example

set busConn [$AdminTask connectSIBWSEndpointListener $epl {-bus "MyBus"}]
Related reference
Creating a new outbound service configuration using the wsadmin tool
Deleting an outbound service configuration using the wsadmin tool
Adding an outbound port using the wsadmin tool
Removing an outbound port using the wsadmin tool
Setting the default outbound port using the wsadmin tool
Creating a new inbound service configuration using the wsadmin tool
Deleting an inbound service configuration using the wsadmin tool
Adding an inbound port using the wsadmin tool
Removing an inbound port using the wsadmin tool
Refreshing the outbound service WSDL file using the wsadmin tool
Refreshing the inbound service WSDL file using the wsadmin tool
Publishing to UDDI the inbound service WSDL file using the wsadmin tool
Removing from UDDI the inbound service WSDL file using the wsadmin tool
Creating a new endpoint listener configuration using the wsadmin tool
Deleting an endpoint listener configuration using the wsadmin tool
Disconnecting an endpoint listener from a service integration bus using the wsadmin tool
Related information
Endpoint Listeners settings

Reference topic

Terms of Use | Feedback

Last updated: 15 Mar 2007
http://publib.boulder.ibm.com/infocenter/wasinfo/v6r0/index.jsp?topic=/com.ibm.websphere.pmc.nd.doc\ref\rjw_cli_epl_conn.html

© Copyright IBM Corporation 2004, 2007. All Rights Reserved.
This information center is powered by Eclipse technology. (http://www.eclipse.org)