Use the disconnectSIBWSEndpointListener command to disconnect a bus-enabled web services endpoint listener from 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 scripts using wsadmin scripting .
print AdminTask.help('SIBWebServices')
print AdminTask.help('command_name')
AdminConfig.save()
This command disconnects an endpoint listener from a service integration bus.
ObjectName of the endpoint listener to be disconnected.
The command deletes the SIBWSBusConnectionProperty object for the endpoint listener, and also deletes the reply destination (if any) that is named in the bus connection properties.
None.
None.
AdminTask.disconnectSIBWSEndpointListener(epl, ["-bus", "MyBus"])
$AdminTask disconnectSIBWSEndpointListener $epl {-bus "MyBus"}