Use the showWSNService command to show the properties of a WS-Notification service. A WS-Notification service provides access to service integration bus resources for web services publish and subscribe clients.
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 .
Command-line help is provided for service integration bus commands:
print AdminTask.help('WSNotificationCommands')
print AdminTask.help('command_name')
WSNService (conditional - must be provided if the bus and name parameters are not provided).
None.
None.
AdminTask.showWSNService(wsnServiceList)
$AdminTask showWSNService $wsnServiceList
AdminTask.showWSNService(["-bus", "bus1", "-name", "NewWSNService"])
$AdminTask showWSNService {-bus bus1 -name NewWSNService}