Is it possible to call xi synchronously (via sender channels like http, soap...) and xi does the mapping and does not call any other system, it simply returns the transformed data.
Usually everyone does synchronous scenarios soap<
->xi<
->soap or soap<
->xi<
->rfc or http<
->xi<
->soap.
This one is just soap<--->xi.
I am not referring to synchronous scenario at all.
Please let me know how to do it.
Thanks
Add a comment