In this article, we outline considerations and recommendations for utilizing Documoto's most commonly-used SOAP APIs. If you are looking for more general information on Documoto's available APIs, please refer to: User Guide to Documoto Web Services (APIs).
Article Topics
- Using the supersedePart API
- Using the uploadFileToBePublished API
- Using Update APIs (updateParts, updateMedia, updatePagePartTags, etc.)
Using the supersedePart API
- Send a single request at a time
- Wait until receiving a response before sending next request
- Re-send failed requests up-to 3 times before logging for troubleshooting. Sometimes it will go through on a subsequent try due to system constraints at the time the request was sent.
Using the uploadFileToBePublished API
- Can submit up-to 10 files in a single request
- Try not to have 5 simultaneous requests out waiting for a response
- Can slow down publishing times/cause indexing delays
Using Update APIs (updateParts, updateMedia, updatePagePartTags, etc.)
- Try to batch your updates in single request
- Set the timeout to wait for response from Documoto to 10 minutes to ensure there are no dropped connections
- Batch size max of 50 items
- Send up to 10 batches at once, and wait until each finishes to start the next batch
Comments
0 comments
Please sign in to leave a comment.