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
limjhlimjh 

Invalid Session ID in Import products service.

Hi Readers,

In early December 2017, we got Salesforce instance refresh email notification. Subjected as, “ATTENTION: Prepare for the EU2 Instance Refresh to EU10 on December 3 / December 2”
By following hardcoded URL guide line, we replaced EU3 instance to LOGIN 
Changed, https://eu3.salesforce.com/services/Soap/class/SpiderProductImportWebservice
 To https://login.salesforce.com/services/Soap/class/SpiderProductImportWebservice

 
Before instance updating URL it was working fine but after 3rd December whenever we are calling above SOAP URL import products in Salesforce, salesforce service throwing an invalid session ID error. 
 
Error Description:
INVALID_SESSION_ID: Invalid Session ID found in SessionHeader: Illegal Session. Session not found, missing session hash: 4g6PHCAg6Mm/ResQb+WfTROw9h1f90gKOr2qIM46OdI=
This error usually occurs after a session expires or a user logs out.

 
Sales force Login service is working fine, after successful login I’m passing Session ID to header of ImportProduct SOAP service. 
I also tried, eu10.salesforce URL. Same problem exists there. 
Also, I checked session enable time it is 4hrs.
 
Kindly, assist me to encounter this issue.

Thanks in Advance