on 2017 Feb 23 1:54 AM
Hi All,
I have developed SAP PO with Sales Force integration scenario.Here as all you know every time before posting data into sales force we need to get the session ID. i wrote a simple udf for getting dynamic url and sessionID. As a standard the sessionId will expires for every 2 hours.
Now my requirement is to store the sessionID in SAP PO and use the same ID for two hours until it gets expired. This requirement is to reduce the number hits on sales force.Kindly let me know how can we store sessionId dynamially and reuse it.
It will be great if someone can guide me in this regard.
Thanks,
Siva.
Do solution is identified?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, solution was identified.
We have written a dynamic configuration UDF for calling a receiver SOAP communication channel. And, we have configured this channel in one dummy ICO.
So, during the execution of message mapping step udf will trigger the channel, and it goes and fetch the session id back. Then, retrieved this session id from udf and mapped at the header field and it worked.
Thanks,
Siva.
User | Count |
---|---|
81 | |
11 | |
10 | |
10 | |
10 | |
9 | |
8 | |
7 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.