cancel
Showing results for 
Search instead for 
Did you mean: 

How can I save a value in PO cache?

0 Kudos

Hi to everyone, My problem is:

I have an integration SOAP to SOAP on PO 7.4,  the first step is obtain a TOKEN, then I want to save this token in cache or PO database, beacuse later I'll can use this token in other operation from other integration.  So I need verify first if a TOKEN exists and if is the case use this TOKEN.

Any idea?

thanks a lot.


Accepted Solutions (1)

Accepted Solutions (1)

Harish
Active Contributor
0 Kudos

Hi Carlos,

Global variable can be use across mapping but only in one scenario. In your case you need to create BPM

refer the below blog

0 Kudos

Hi Harish,

Thank you, the information is helpfull, a function library with static parameters.  I am working with PO 7.4 and BPM, I hope in this new version something more transparent to do that.

Regards

Harish
Active Contributor
0 Kudos

Hi Carlo,

I would suggest to use external database to save the token with datetime stamp. Your token must have validity and you can use the valid token for next call.

regards,

Harish

Answers (0)