Adapter Development Kit 9.12 | webMethods Adapter Development Kit Documentation | webMethods Adapter Development Kit Installation and User’s Documentation | Polling Notifications | Configuring and Testing Polling Notification Nodes | Testing Polling Notification Nodes
 
Testing Polling Notification Nodes
 
Creating the Flow Service for the Polling Notification Node
Creating the Trigger for the Polling Notification Node
Scheduling and Enabling the Polling Notification Node
Testing the Polling Notification Node
Creating the Flow Service for the Polling Notification Node
Perform the following procedure to create the flow service for the Polling notification node.
*To create the flow service for the Polling 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 polling 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 MonitorPollingNotificationPipeline.log.
Click OK.