cancel
Showing results for 
Search instead for 
Did you mean: 

Sender REST Adapter-Pooling REST API

0 Kudos

Dear Experts, We have a scenerio to make the API Call fromo SAP P) 7.4.

We are using the Sender REST Adapter with Pooling .In our requirement we have to use the USERID and PASSWORD and hit the authentication service and we get the Response TOKEN and we need to Pass the TOKEN in the HTTP HEARDERS.

Challenge here is the TOKEN will be valid only for 24 hrs.

WE can pass the TOKEN in the HttpHEARDER table with the Authorization parameter ,but how to pass the Token Dynamically in the table?

Please share any documents related to this .Please suggest how this can be achieved

Regards,

Pavithra.R

View Entire Topic
manoj_khavatkopp
Active Contributor

Hi,

Fetching of Token dynamically and settign to header is supported from 7.5 Rest adapter .You can try out custome module or convert the interface to async-sync bridge and get the token via lookup.

Thanks,

Manoj