Showing the properties of a WS-Notification service using the wsadmin tool

Use a command script 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.

[iSeries] The wsadmin scripting client is run from Qshell. For more information, see the topic "Configure Qshell to run WebSphere® Application Server scripts".

This command is only valid when used with WebSphere Application Server Version 6.1 and later application servers. Do not use it with earlier versions.

Command-line help is provided for service integration bus commands:

Purpose

This command shows the properties of a WS-Notification service in a human-readable form. There are two patterns for use of this command:
  • The required WS-Notification service is determined by the target object used.
  • The required WS-Notification service is determined by the values specified on the parameters.
Command name
showWSNService
Target
WSNService (conditional - must be provided if the "bus" and "name" parameters are not provided).
Result
Details of the WS-Notification service are displayed.

Required parameters

None.

Conditional parameters

bus
The name of the service integration bus on which the WS-Notification service is located. This must be specified if a target object is not specified.
name
The name of the WS-Notification service to be displayed. This must be specified if a target object is not specified.

Optional parameters

None.

Example

Display the WS-Notification service obtained in the example from topic "Listing WS-Notification services using the wsadmin tool" using the target object pattern.

$AdminTask showWSNService $wsnService

Display the WS-Notification service obtained in the example from topic "Listing WS-Notification services using the wsadmin tool" using the parameters pattern.

$AdminTask showWSNService {-bus bus1 -name NewWSNService}



Related concepts
Learning about WS-Notification
Related tasks
WS-Notification - publish and subscribe messaging for Web services
Securing WS-Notification
Related reference
Deleting a WS-Notification service using the wsadmin tool
Listing WS-Notification services using the wsadmin tool
WS-Notification troubleshooting tips
Creating a new WS-Notification service using the wsadmin tool
Reference topic Reference topic    

Terms and conditions for information centers | Feedback

Last updatedLast updated: Aug 31, 2013 4:28:44 AM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=pix&product=was-nd-mp&topic=rjwsn_cli_wsnserv_show
File name: rjwsn_cli_wsnserv_show.html