function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Steven DeFriasSteven DeFrias 

What is the Maximum Size (in kb/mb) for Soap API Calls?


Hi all,

What is the maximum amount of data that can be sent in a SOAP API call? Is there a limit?

Thanks!
Ajay K DubediAjay K Dubedi
Hi Steven,

In Salesforce, there is a limitation of everything i.e. governor limits.

Please have a look at the below SOAP API Call Limits cheatsheets:

https://developer.salesforce.com/docs/atlas.en-us.salesforce_app_limits_cheatsheet.meta/salesforce_app_limits_cheatsheet/salesforce_app_limits_platform_apicalls.htm

Hope it helps.

Thank you,
Ajay Dubedi.
Steven DeFriasSteven DeFrias
Hi Ajay,

I appreciate the link but unfortunately that doesn't answer my question. That is referring to the number of records, meanwhile, I'm asking about the data size itself. Is there a set limitation? 100kb perhaps?
Ajay K DubediAjay K Dubedi
Hi Steven,

In Salesforce, there is a limitation of everything i.e. governor limits.

Please have a look at the below SOAP API Call Limits cheatsheets:

https://developer.salesforce.com/docs/atlas.en-us.salesforce_app_limits_cheatsheet.meta/salesforce_app_limits_cheatsheet/salesforce_app_limits_platform_apicalls.htm

Hope it helps.

Thank you,
Ajay Dubedi.