Adapter Development Kit 9.12 | webMethods Adapter Development Kit Documentation | webMethods Adapter Development Kit Installation and User’s Documentation | Using the Sample Adapter | Phase 5: Adding Listener Notifications | Configuring and Testing the Listener and the Listener Notification Nodes | Creating the Flow Service for the checkDepositListener Notification Node
 
Creating the Flow Service for the checkDepositListener Notification Node
Perform the following procedure to create the flow service for the checkDepositListener notification node.
*To create the flow service for the checkDepositListener notification node
1. Start Designer.
2. In the Package Navigator, navigate to the TestMyWmSampleAdapter > listenerNotifications folder.
3. Go to File > New.
4. Select Flow Service from the list of elements.
5. In the Create a New Adapter Service screen, type checkDepositListenerService in the Element name field and click Next.
6. In 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.
Note:
The savePipelineToFile service saves the listener notification event (the contents of the pipeline) 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 checkDepositListener.log.
Click OK.
11. Click File > Save.