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
kumar hari 6kumar hari 6 

Error/Success responses, and limitations on SOAP calls

HI ,
what are Error/Success responses  and limitations on SOAP calls.
Thanksing Advance .
SwethaSwetha (Salesforce Developers) 
HI Kumar,

Please see Implementation Considerations of SOAP API at https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/implementation_considerations.htm

You should also keep in mind the SOAP API Call Limits https://developer.salesforce.com/docs/atlas.en-us.salesforce_app_limits_cheatsheet.meta/salesforce_app_limits_cheatsheet/salesforce_app_limits_platform_apicalls.htm

Status Codes and Error Responses https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/errorcodes.htm
 
Hope this helps you. Please mark this answer as best so that others facing the same issue will find this information useful.
 
Thank you