WebSphere WebSphere Application Server Version 6.1.x Feature Pack for Web Services Operating Systems: AIX, HP-UX, i5/OS, Linux, Solaris, Windows, z/OS

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.

For i5/OS platforms 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.

Examples

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 tasks
WS-Notification - publish and subscribe messaging for Web services
Learning about WS-Notification
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

Reference topic

Terms of use | Feedback


Timestamp icon Last updated: 27 November 2008
http://publib.boulder.ibm.com/infocenter/wasinfo/v6r1/index.jsp?topic=/com.ibm.websphere.pmc.wsfep.multiplatform.doc/ref/rjwsn_cli_wsnserv_show.html

Copyright IBM Corporation 2004, 2008. All Rights Reserved.
This information center is powered by Eclipse technology. (http://www.eclipse.org)