• PROCENTEC TechSupport
  • NEWBIE
  • 10 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 3
    Replies
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?
Hello,

I know this has been discussed many times, however I cannot find an answer after breaking my skull open with this issue all day and yesterday. I have only been working with SalesForce for a week so forgive me if this is simple to do.

Problem:
Case.LastModifiedDate only reflects the date/time that the actual case was modified, and not the date/time of the last activity within a case.

My goal/solution:
Since Case.LastModifiedDate is a read-only field, I have created a custom field named Case.LastModifiedDateActivity. I want Case.LastModifiedDateActivity (DATETIME datatype) to be automatically updated (via Apex) whenever an employee performs an activity related to a certain case. (When the employee writes an email to a customer, makes a phone call, etc. in regards to a certain case).

Can someone help me implement this function? It is vital for our support team! 
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?
Hello,

I know this has been discussed many times, however I cannot find an answer after breaking my skull open with this issue all day and yesterday. I have only been working with SalesForce for a week so forgive me if this is simple to do.

Problem:
Case.LastModifiedDate only reflects the date/time that the actual case was modified, and not the date/time of the last activity within a case.

My goal/solution:
Since Case.LastModifiedDate is a read-only field, I have created a custom field named Case.LastModifiedDateActivity. I want Case.LastModifiedDateActivity (DATETIME datatype) to be automatically updated (via Apex) whenever an employee performs an activity related to a certain case. (When the employee writes an email to a customer, makes a phone call, etc. in regards to a certain case).

Can someone help me implement this function? It is vital for our support team!