3 answers
These are the below reasons that I can think of which could cause this issue.
- This error occurs when a subsequent SOAP Service Request is trying to perform any operation however, the session connection may have timed out due to elasped time between 2 subsequent requests. Hence, the Session Id which is included in the SOAP Header of your service request is not valid anymore. You can try setting the Session Timeout value to its maximum which is 120 seconds.
- Additionally, the Session Id value included in the header is incorrect and hence you could do the following.
- If you get this error, use appropriate retry mechanism to login again with the given credetnials which will create a new connection and permit you to perform the transaction.