Topic by Agustin Battaglino
Hi all, we are willing to destroy a bunch of Contacts from our site via SOAP API, so the idea is to invoke "destroy" method with an array of about 800 contacts.
As far as I know, CRUD operations support up to 1000 records, I´m having an exception like "Read Time Out" when sending those 800 records.
The process works well when sending 100 records or a little bit more.
Is there anything we could do to increase the specified time out?
Thanks in advance.
Agustin