A topic namespace can optionally have topic namespace documents applied to it that define the structure of the topics that are permitted within the namespace. Use the showWSNTopicDocument command to show the contents of a WS-Notification topic namespace document.
You can show the contents of a WS-Notification topic namespace document by using the wsadmin tool as described in this topic, or by using the administrative console as described in Showing the contents of a WS-Notification topic namespace document.
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('WSNotificationCommands')
print AdminTask.help('command_name')
None.
None.
AdminTask.showWSNTopicDocument(newTopicDoc)
$AdminTask showWSNTopicDocument $newTopicDoc
AdminTask.showWSNTopicDocument(newTopicNamespace, ["-url", "http://www.example.org/instance_doc1.xml"])
$AdminTask showWSNTopicDocument $newTopicNamespace { -url http://www.example.org/instance_doc1.xml }