You need to sign in to do that
Don't have an account?
trailhead exercise soap with soapui invalid session id but I am logged in
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:enterprise.soap.sforce.com" xmlns:urn1="urn:sobject.enterprise.soap.sforce.com">
<soapenv:Header>
<urn:SessionHeader>
<urn:sessionId>00Df20000011Hrb!AR4AQNPWrjRsJ7IDCZ9fPi_Odn.kNQ.ujQ6oVAKO0hoMwGAb0ULFhlcG4P6YnohndiIecZ5PI5oj6TmJ.1pBnPJ_xlWBuauP</urn:sessionId>
</urn:SessionHeader>
</soapenv:Header>
<soapenv:Body>
<urn:create>
<!--Zero or more repetitions:-->
<urn:sObjects>
<Name>Sample Soap Account</Name>
<AccountNumber>SampleSo</AccountNumber>
<!--Zero or more repetitions:-->
</urn:sObjects>
</urn:create>
</soapenv:Body>
</soapenv:Envelope>
what am I doing wrong??????? I keep getting invalid session id.
<soapenv:Header>
<urn:SessionHeader>
<urn:sessionId>00Df20000011Hrb!AR4AQNPWrjRsJ7IDCZ9fPi_Odn.kNQ.ujQ6oVAKO0hoMwGAb0ULFhlcG4P6YnohndiIecZ5PI5oj6TmJ.1pBnPJ_xlWBuauP</urn:sessionId>
</urn:SessionHeader>
</soapenv:Header>
<soapenv:Body>
<urn:create>
<!--Zero or more repetitions:-->
<urn:sObjects>
<Name>Sample Soap Account</Name>
<AccountNumber>SampleSo</AccountNumber>
<!--Zero or more repetitions:-->
</urn:sObjects>
</urn:create>
</soapenv:Body>
</soapenv:Envelope>
what am I doing wrong??????? I keep getting invalid session id.
All Answers
Have you done the following excercise
1. Successful Login Request and Copy the SessionID and the ServerUrl
2.
I don't see you have change this to this
You also need to change the instance url (Server Url) , you copied in the point 1. Then entire url must look like this I hope this helped.
Kindly help making either your response the best or whatever you like. so that it shows up Resolved.
Thanks.
Can any one help me regarding this invalid session Id error. How to resolve that?
Thanks,
Lakshmi