cancel
Showing results for 
Search instead for 
Did you mean: 

SAP to Salesforce integration using SOAP- Session ID

NishantChavan
Participant
0 Kudos

Hi Experts,

I am working on SAP to Salesforce integration, my input file has 90K records and Salesforce accepts only 200 records in one call. I have to make 480 calls to send all records. For each call I am fetching session id, instead of that. Can I fetch the session id only once and use it in remaining calls? if yes, how can I do it?

I am currently splitting input file in sender communication channel using content conversion.

Thanks,

Nishant

Accepted Solutions (0)

Answers (1)

Answers (1)

apu_das2
Active Contributor
0 Kudos

Hi Nishant,

As you are splitting the messages in the Sender CC so each [Record,200] chunk will be processed as a single message flow in PI. I mean 480 message flow instead of one flow and as per SFDC guide for all incoming flow to SFDC you have to make SOAP Look up to send session id and URL in the SOAP header. So, I guess you have to call it every time.

Thanks,

Apu Das