Use the getWSN_SIBWSInboundPort command to retrieve a reference to an inbound port associated with a Version 6.1 WS-Notification service point.
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 .
Command-line help is provided for service integration bus commands:
print AdminTask.help('WSNotificationCommands')
print AdminTask.help('command_name')
This command retrieves a reference to a specified service integration bus inbound port associated with a Version 6.1 WS-Notification service point. Only use this command with Version 6.1 WS-Notification services. There are no bus-enabled inbound ports associated with a Version 7.0 WS-Notification service point..
WSNServicePoint
None.
None.
Retrieve a reference to the subscription manager service integration bus inbound port from the Version 6.1 WS-Notification service point newServicePoint created in the example from topic "Creating a new WS-Notification service point by using the wsadmin tool" :
subManInboundPort = AdminTask.getWSN_SIBWSInboundPort(newServicePoint, ["-type", "SUB_MGR"] )