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
NapsterNapster 

What does this error code mean?

Hi all,

 

An application calling a webservice to salesforce recieved this xml in response :

 

<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring>Must be a valid Exception</faultstring></soapenv:Fault></soapenv:Body></soapenv:Envelope>

 

Could you guys please tell me what it means?

SoleesSolees

Maybe a timeout of your session, your token should be refreshed every 2 hours i think.  Do you call the login everytime? with user, pass and token, or just the user and token adding some safe ip address?