Use the showWSNTopicNamespace command to show the properties of a WS-Notification topic namespace. A topic namespace is a grouping of topics that allows information to be shared between applications. You use a permanent topic namespace to statically define the association between a WS-Notification topic namespace URI and a service integration bus topic space destination.
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')
None.
None.
AdminTask.showWSNTopicNamespace(newTopicNamespace)
$AdminTask showWSNTopicNamespace $newTopicNamespace
AdminTask.showWSNTopicNamespace(newService, ["-namespace", "http://example.org/topicNamespace/example1"] )
$AdminTask showWSNTopicNamespace $newService {-namespace http://example.org/topicNamespace/example1 }