Hi Inaki,
Per your suggestion earlier, based on the idea in the blog, my integration flow might like this.
Sender (SOAP) sends message
--> operation mapping (UDF call REST adapter to retrieve data and possible involve message mapping)
--> Receiver 2 (JDBC) save result from UDF calling result
As you said doing it in standard way would be more maintainable and reduce complexity. I am totally agree with you. Thanks.
Hi Eng Swee,
After went through the blog you pointed out, it's also another way to do it.
SOAP sender (async) -> REST receiver (sync) -> JDBC receiver (async)
Thanks for your suggestion.
Kind Regards,
Nick