Adapter for Salesforce 8.2 | webMethods Adapter for Salesforce Documentation | webMethods Adapter for Salesforce Installation and User’s Documentation | Overview of webMethods Adapter for Salesforce | Adapter Polling Notifications | Polling Notification Types | Upsert and Delete Polling Notifications Processing
 
Upsert and Delete Polling Notifications Processing
The following diagram and steps illustrate what happens when these types of polling notifications are invoked. Integration Server continues to invoke the notification periodically, as defined when you configured the polling schedule parameters for the notification.
Step
Description
1
Upsert Notifications and Delete Notifications monitor the organization data modified in Salesforce.com. You specified the sObject to be monitored when you first configured the adapter polling notification.
2
The polling notification gets a connection from the connection pool of the service.
Adapter connections contain the connection information for Salesforce.com.
3
The notification uses the Apache Axis API to connect to Salesforce.com.
You created and enabled the adapter connection earlier using Integration Server Administrator.
4
The polling notification retrieves sObject data from Salesforce.com.
5
The polling notification creates the publishable document, which contains data from Salesforce.com. The notification publishes the publishable document.
For more details about Integration Server publishable documents, see the Publish-Subscribe Developer’s Guide for your release.
6
Using an Integration Server trigger, you configured to use the notification's publishable document, a flow or Java service on Integration Server is invoked to react to the data changes contained in the publishable document.