Hello,
I have a scenario on single where a 3rd party is calling ION API and that ION API is just sending HTTP request for a HTTPSyncIn channel on MEC and this channel is the input channel for an interface to retrieve some data form M3 and responds back to the HTTP request with this data in the response body. I need to implement same scenario on multi-tenant but in MT we don't have the concept of calling the communication channel. How to do implement a scenario where ION API can call the IEC interface and get the response on the same call?
Thanks