In the 9.0.0.3 Release of IBM Transformation Extender, We know there is an ability to run the maps via REST API.
In that, We understood that ASYNC call will process in a way as follows so as to get the Translated output : POST-->GET--->GET--->DELETE
In the above scenario Client has to check the status Continuously whether the process is completed or not.
Is there is a way to implement the IBM Web Hooks in this flow replacing the continuous polling so that ITX API Server will notify the client when the Map Execution gets completed ?
Needed Work flow in our architecture :
(1)REST API Client - POST(Pre Translated Input) --> ITX REST API Server
(2)Web Hooks - Notify(Map Execution Status Completed) -->REST API Client
(3) REST API client- GET(POST Translated Output)--->DELETE
------------------------------
Subbaiah T
------------------------------
#SupplyChain#B2BIntegration