Adding an inbound port using the wsadmin tool

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 adds the configuration for an InboundPort to an InboundService.

Command name
addSIBWSInboundPort
Target
ObjectName of the InboundService to which the port is to be added.
Result
ObjectName of the created InboundPort object.

If the port name is already in use by another InboundPort for the InboundService, or the specified endpoint listener does not exist, the command fails.

If the templatePort is specified but does not exist in the InboundService template WSDL, the command fails.

If there is no BusConnectionProperty for the InboundService bus, then one is created with the default reply destination name.

Either specify the node and server, or specify the cluster.

Required parameters

name
The name of the port.
endpointListener
The name of the associated endpoint listener.

Conditional parameters

node
The node in which the endpoint listener is located.
server
The server in which the endpoint listener is located.
cluster
The cluster in which the endpoint listener is located.

Optional parameters

templatePort
The name of the port in the template WSDL to use as a basis for this port binding.

Example

set inPort [$AdminTask addSIBWSInboundPort $inService {-name "MyServiceSoap" -endpointListener "SOAPHTTP1" -node "MyNode" -server "server1"}]



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
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
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
Inbound Ports [Settings]
Reference topic    

Terms of Use | Feedback

Last updated: Aug 29, 2010 8:25:23 PM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=vela&product=was-nd-zos&topic=rjw_cli_inp_add
File name: rjw_cli_inp_add.html