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.
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}