IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.


#TechXchangePresenter
 View Only
Expand all | Collapse all

Accessing Integration Server cache inside API Gateway

  • 1.  Accessing Integration Server cache inside API Gateway

    Posted Tue April 11, 2023 12:24 PM

    Hello Community
    I would like to know how can we access integration server cache inside API GW (v 10.11)?

    Suppose I want to store some value in IS cache and I want to access that cached value in Request processing stage of an API to inject cached value in request header in request processing stage.

    I would appreciate if experts in community please guide me how can I do that? How can I access/retrieve cached value (from IS cache) in request processing stage of an API in API Gateway?

    Thanks


    #webMethods
    #API-Gateway


  • 2.  RE: Accessing Integration Server cache inside API Gateway

    Posted Wed April 12, 2023 01:00 PM

    If the cache is in terracotta server you can connect to the same cache using API gw. If it is an IS internal cache I don’t know any direct connection methods but you can create a flow service in IS to retrive data from API GW.


    #API-Gateway
    #webMethods


  • 3.  RE: Accessing Integration Server cache inside API Gateway

    Posted Wed April 12, 2023 02:30 PM

    Hello @engin_arlak. Thank you for your response and your suggestion related to creating a flow service to store/access data from cache. I can understand the approach you suggested. Meanwhile, I am really interested to find out some way to do it without using flow service.

    Let’s see if any other community member has any solution (other than using flow service) to read/write cache in API Gateway (specially in Request processing stage of API execution). Fingers crossed.


    #API-Gateway
    #webMethods