Creating a new endpoint listener configuration using the wsadmin tool

Before you can configure an endpoint listener for an application server or cluster, you must first install the endpoint listener application to that server or cluster as described in Installing the SIBus Web services applications and resources

If you want to change the default HTTP endpoint listener security role, do so before you configure the SOAP over HTTP endpoint listener.

Before you configure a SOAP over JMS endpoint listener, you should configure the associated JMS resources.

To run the command, use the AdminTask object of the wsadmin scripting client.

This command is only valid when used with WebSphere® Application Server Version 6 and later application servers. Do not use it with earlier versions.

Command-line help is provided for service integration bus commands:

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

Purpose

This command creates an endpoint listener configuration.

Command name
createSIBWSEndpointListener
Target
ObjectName of the server or cluster on which the endpoint listener is created.
Result
The SIBWSEndpointListener object.

The SIBWSEndpointListener object that is created has no associated SIBWSBusConnectionProperty objects. Use the administrative console to connect one or more service integration buses to this endpoint listener, as described in Modifying an existing endpoint listener configuration.

Required parameters

name
The name of the endpoint listener within the server.
urlRoot
The root of the Web address that should be used to build the endpoint addresses within WSDL documents to direct requesters to this endpoint listener.
wsdlUrlRoot
The root of the Web address for the WSDL files of the inbound services that are provided by this endpoint listener.

Conditional parameters

None.

Optional parameters

None.

Example

set epl [$AdminTask createSIBWSEndpointListener $server {-name "soaphttp1" -urlRoot "http://myserver.com/wsgwsoaphttp1" -wsdlUrlRoot "http://myserver.com/wsgwsoaphttp1"}]



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
Deleting an endpoint listener configuration using the wsadmin tool
Connecting an endpoint listener to a service integration bus using the wsadmin tool
Disconnecting an endpoint listener from a service integration bus using the wsadmin tool
Working with bus-enabled Web services using the wsadmin tool
Related information
Endpoint Listeners [Settings]
Reference topic    

Terms of Use | Feedback

Last updated: Sep 20, 2010 9:00:59 PM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=vela&product=was-nd-dist&topic=rjw_cli_epl_new
File name: rjw_cli_epl_new.html