Adapter Development Kit 6.5 | webMethods Adapter Development Kit Documentation | webMethods Adapter Development Kit Installation and User’s Documentation | Polling Notifications | The runNotification Method
 
The runNotification Method
 
The Exactly Once Notification Feature
The WmNotification.runNotification method is similar to the WmAdapterService.execute method, except that there is no input to this method. Results are delivered by calling the WmAsynchronousNotification.doNotify method, and passing it a WmRecord instance that must conform to the output signature of the polling notification node (see Specifying Notification Signatures (Document Type)). The WmRecord is constructed in exactly the same way it is constructed for adapter services (see Adapter Service Execution).