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
Sunay - KVP Bus SolnsSunay - KVP Bus Solns 

Need help on System.calloutException for httpresponse

Anyone knows how to get around this size limit for HTTPResponse for WebCallouts?...it gives me the below error:

 

System.calloutException: maximum size limit exceeded 3000000

 

Any help is appreciated.

 


Jia HuJia Hu

check the doc

Understanding Execution Governors and Limits

http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_gov_limits.htm

 

Maximum size of callout request or response (HTTP request or Web services call):    3 MB

 

 

 

ManishaPManishaP
How do i get over this exception. I need help urgently
Krishna AnnamaneniKrishna Annamaneni
Hi,
   I also have the same issue.Did you find any solution to it