SOAP Web Services Asynchronous Operations
The following asynchronous equivalents are available for these list operations:
-
addList: asyncAddList
-
updateList: asyncUpdateList
-
upsertList: asyncUpsertList
-
deleteList: asyncDeleteList
-
getList: asyncGetList
-
search: asyncSearch
-
initialize / initializeList: asyncInitializeList
You can use the checkAsyncStatus and getAsyncResult operations to track asynchronous requests. For information on asynchronous request processing, see Asynchronous Request Processing and Synchronous Versus Asynchronous Request Processing.