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
PROCENTEC TechSupportPROCENTEC TechSupport 

SOAP PHP Client no longer working

Our PHP SOAP Client for SalesForce stopped working over the weekend. After troubleshooting the issue and searching through the code we found a problem with SforceMetadataClient.php Line 35: protected $namespace = 'http://soap.sforce.com/2006/04/metadata';

This domain does not resolve to an IP address anymore. Perhaps the server is down? Is there a new server that we should point to or is there another reason we are having problems?

The original error that we received was: Fatal error: SoapClient::__setSoapHeaders() [<a href='soapclient.--setsoapheaders'>soapclient.--setsoapheaders</a>]: Invalid SOAP header in /home/www/soapclient/SforceBaseClient.php on line 326

All of our SalesForce PHP functions are down as a result and we need to get this up and running as quickly as possible as we are losing business. Any tips / advice?
PROCENTEC TechSupportPROCENTEC TechSupport
I have solved the issue with updated password/security token, however I am still wondering why the URL on line 35 cannot be resolved. Is there an updated URL or is this not needed?