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 application servers. Do not run it against earlier versions.
wsadmin> $AdminTask help SIBWebServices
wsadmin> $AdminTask help command_name
For additional details of the command properties, see the related reference topic.
This command adds the configuration for an InboundPort to an InboundService.
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.
set inPort [$AdminTask addSIBWSInboundPort $inService {-name "MyServiceSoap" -endpointListener "SOAPHTTP1" -node "MyNode" -server "server1"}]