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 | Testing the checkDepositListener Notification Node
 
Testing the checkDepositListener Notification Node
Invoke a Deposit service on an account o produce a check deposit event.
*Invoke the Deposit service on an account to produce a check deposit event.
1. Start Designer.
2. In the Package Navigator, navigate to the TestMyWmSampleAdapter > services folder.
3. Click the DepositService service.
4. In the Adapter Service Editor's TRANSACTION tab, select Deposit in the Service Name field.
5. Select File > Save.
Note:
To create additional adapter service nodes, repeat this procedure, selecting the appropriate service names, such as Transfer, Withdraw or Clear Cheque.
6. In the Run menu, select Run As > Run Service .
7. Enter data in the fields of the pop-up menu that appears as follows, and click OK.
Click to add a row and specify values for the field as follows:
Field
Value
Deposit To Account
1
Deposit Amount
10
Check Number
1
The data you entered appears in the Results tab.
*The checkDepositListener.log file is created in the Integration Server_directory \instances\<instance_name>\pipeline directory for the check deposit notification message.
*This is the file name specified in the fileName parameter in the flow service.
*This listener notification uses the savePipelineToFile service to save the polling notification event to a file.
*A new listener notification event of the same type will overwrite the contents of the corresponding log file.