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
anurag singh 22anurag singh 22 

Pass session Id

I have to hit a custom Rest end Point in Salesforce and I am facing an issue when using Soap UI to send the request it gives me a  INVALID_SESSION_ID error even thought I have just logged in any help here would be appreciated  EndPoint: /services/apexrest/FieldCase?SESSION ID=00D24000000JIaR!AR8AQF_4j3ZXinyv.q4SW4p81Iq.KVYu9XgjJR8GZ5XuTNUu_kvHcGdoKPpjNU2JAiU2_P4tIgkP7.LPbHFz.y4Zh6Bm3KBH&companyName=adsd&caseType=asdad




User-added image 
Best Answer chosen by anurag singh 22
anurag singh 22anurag singh 22
@shashank I resolved it by creating a connected App using the secret token  getting an access token using rest api  login which I beileve is same as the session ID and passing it to salesforce

All Answers

ShashankShashank (Salesforce Developers) 
Could you please let me know if you are facing the same issue by testing using workbench? (https://developer.salesforce.com/page/Workbench)
anurag singh 22anurag singh 22
@shashank I resolved it by creating a connected App using the secret token  getting an access token using rest api  login which I beileve is same as the session ID and passing it to salesforce
This was selected as the best answer
anurag singh 22anurag singh 22
Wether its the right way to go about it I am not entierly sure