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 Trigger for the checkDepositListener Notification Node
 
Creating the Trigger for the checkDepositListener Notification Node
Perform the following procedure to create the trigger for the checkDepositListener notification node.
*To create the trigger 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 webMethods Messaging Trigger from the list of elements.
5. In the Create a New webMethods Messaging Trigger screen, type checkDepositListenerTrigger in the Element name field and click Finish.
6. In the trigger editor, in the Conditions section, accept the default Condition1.
7. In the Condition detail section, in the Service field, select or type the flow service name listenerNotifications:checkDepositListenerService.
8. Click to insert document types. Select checkDepositListenerPublishDocument and click OK.
9. Click File > Save to save your trigger.