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
alenacalalenacal 

API Code from website stopped working today

Hi,
We have WSDL API code that has worked for a long time and today it has just stopped working.  In the error logs, I can see that the salesforce user is able to login, but then is not able to do anything else.

Below is an example of what I am seeing in the logs:
Connecting to: https://www.salesforce.com/services/Soap/c/10.0
About to login at initRootUser appian.com
Logged in
session id 00D00000000hhM5!ARoAQBtadUmj7B0mtEHHDvLNule_Q8ehvY84_kH8ONvRphZBkhPa19Ax89S1AS46gJycsSyXCSDmwN71VLMAF2i6H6ZWlSM_
server URL https://na31.salesforce.com/services/Soap/c/10.0/00D00000000hhM5
Session Time: 0

The next line of code to execute would be:
SearchResult searchResult = sforceAppLogin.getBindingStub().search("FIND {" + emailCleaned + "} IN EMAIL FIELDS");

I have tried commenting that out and it just dies on a later piece of code.  Any ideas - this is killing lead registrations from our website.