Use the connectSIBWSEndpointListener command to connect a service integration bus-enabled web services endpoint listener to a service integration bus.
To run the command, use the AdminTask object of the wsadmin scripting client.
The wsadmin scripting client is run from Qshell. For more information, see Configuring Qshell to run WebSphere Application Server scripts using wsadmin scripting .
print AdminTask.help('SIBWebServices')
print AdminTask.help('command_name')
AdminConfig.save()
This command connects an endpoint listener to a service integration bus.
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.
ObjectName of the endpoint listener to be connected.
None.
busConn = AdminTask.connectSIBWSEndpointListener(epl, "[-bus myBus]")
set busConn [$AdminTask connectSIBWSEndpointListener $epl {-bus "MyBus"}]