Adapter Development Kit 9.12 | webMethods Adapter Development Kit Documentation | webMethods Adapter Development Kit Installation and User’s Documentation | Listener Notifications | Configuring and Testing Listener Nodes and Listener Notification Nodes | Testing Listener and Listener Notification Nodes
 
Testing Listener and Listener Notification Nodes
 
Creating the Flow Service for the Listener Notification Node
Creating the Trigger for the Listener Notification Node
Enabling Listener Notification Nodes and Listener Nodes
Testing Listener
Creating the Flow Service for the Listener Notification Node
Perform the following procedure to create the flow service for the listener notification node.
*To create the flow service for the listener notification node
1. Start Designer.
2. In the Package Navigator, select the folder where you want to create the flow service.
3. Select File > New.
4. Select Flow Service from the list of elements.
5. In the Create a New Flow Service screen, type TestMyAdapterFlowService in the Element name field, and click Next.
6. On the Select the Source Type screen, select Empty Flow, and click Finish.
7. Click to insert a flow step.
8. Navigate to the pub.flow:savePipelineToFile service in the WmPublic package, and click OK.
Note:
The savePipelineToFile service saves the contents of the pipeline (from the listener notification event) to the file that you specify in the fileName parameter.
9. Click the Pipeline tab.
10. Open the fileName parameter in the pipeline and set its value to MonitorListenerNotificationPipeline.log.
Click OK.