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
Joao FerrazJoao Ferraz 

SANDBOX API SOAP PROBLEMS

Hi, 
We updated SandBox according with production instance, but after that our API integration
with SANDBOX, stop to work.

- We tried so hard looking forums, and websites to help me with this problem but I did not find a solution.

- We imported the WSDL on SOAPui and everything work fine, but when we try to connect via API, we receive that message:

Error Type Detail: SOAP-FAULT-DETAIL
Serialized SOAP fault detail: <detailxmlns:sf="urn:fault.enterprise.soap.sforce.com"
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <sf:UnexpectedErrorFault
xsi:type="sf:UnexpectedErrorFault">
        <sf:exceptionCode>INVALID_SESSION_ID</sf:exceptionCode>
        <sf:exceptionMessage>Invalid Session ID found in SessionHeader:
Illegal Session</sf:exceptionMessage>
    </sf:UnexpectedErrorFault>
</detail>upSert
Ramon PereiraRamon Pereira
Hello,

Make sure you are using the correct user environment for integration.
Check also if you is not trying to connect its production program in the homologation environment or otherwise.

I hope this helps.
Ramon PereiraRamon Pereira
Another way to limit the problems is you breathe out all the sections of your integration user.


https://help.salesforce.com/apex/HTViewHelpDoc?id=security_user_session_info.htm&language=en_US
Joao FerrazJoao Ferraz
Hi, ra_br hor are you?

- So, I keep using the same user on SOAP ui and on our API.

- I'm really desperate with that situation...