You need to sign in to do that
Don't have an account?

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?
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?