SOAP Web Services Asynchronous Operations
Important:
In many cases, you can achieve the equivalent of SOAP operations using REST web services. For a comparison of available operations in SOAP and REST web services, see SOAP Web Services vs. REST Web Services Operation Mapping.
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 about asynchronous request processing, see Asynchronous Request Processing and Synchronous Versus Asynchronous Request Processing.