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
Anup JadhavAnup Jadhav 

Response when Salesforce is down for maintenance

Hello SF developers,

 

We are integrating salesforce with a java service by exposing Apex methods as webservices.

If they call this Apex webservice, and Salesforce is down for maintenance, what would they expect as a response. 

 

Is it 503(Service not available)? or is it a custom error message? or is it 404?

 

Thanks in advance!

 

Regards,

Anup