Adapter Development Kit 6.5 | webMethods Adapter Development Kit Documentation | webMethods Adapter Development Kit Installation and User’s Documentation | Using the Sample Adapter | Phase 4: Adding Polling Notifications | Configuring and Testing the Polling Notification Nodes | Configuring the underBalancePolling Notification Node
 
Configuring the underBalancePolling Notification Node
Perform the following procedure to configure the underBalancePolling notification node.
*To configure the underBalancePolling notification node
1. On the Integration Server Administrator > Adapters screen, click Sample Adapter.
The Sample Adapter management screen opens.
2. Select Connections.
3. Configure the sampleConnection connection node in the TestSampleAdapter4 package, and enable the connection, as described in Configuring the Connection Node.
4. In Designer, select File > Refresh.
5. In the Package Navigator, navigate to the TestSampleAdapter4 package and create a folder named pollingNotifications.
6. Select File > New.
7. Select Adapter Notification from the list of elements.
8. On the Create a New Adapter Notification screen, type underBalancePolling in the Element name field and click Next.
9. On the Select Adapter Type screen, select Sample Adapter and click Next.
10. On the Select a Template screen, select Message Polling and click Next.
11. On the Select an Adapter Connection Alias screen, select connections:sampleConnection and click Next.
12. Click Finish.
Designer creates the notification and the publish document named underBalancePollingPublishDocument.
13. In the Adapter Notification Editor's Message Polling tab, select the polling event UnderBalance from the Polling Name field.
14. Specify values for the following fields in the Input Field Value column for the corresponding Input Parameters, and click Save.
Field
Value
User ID
suid (the "super user" ID)
PIN
spin (the "super user" PIN)
Account Number
0 (enables polling against all accounts)
15. Select File > Save.