Skip to main content
My php app that has been working fine for months is down today. 

 try {

        $mylogin = $mySforceConnection->login($sfuser, $sfpass.$sftoken);    

    } catch (Exception $e){

         $result['exception'] = $e;

    }

$result is now returning:

"exception": {

    "faultstring": "Could not connect to host",

    "faultcode": "HTTP"

}

If I enter "http://soap.sforce.com/" in my browser I get host not found.  It's not just me, http://downforeveryone.com/soap.sforce.com/ says it's down for everyone.

Is the API really down?  Workbench works fine for me.

 
3 respuestas
0/9000