• Angry Panda
  • NEWBIE
  • 10 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
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.

 
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.