I have simple scenario, I have WSO2 ESB instance and I built sequence for processing message, where one step of this sequence is content enrichement of message body. Informations, which should be added into enriched body, are available over REST webservice deployed somewhere else on application server. I wasn't able to find working solution with default mediator set (I know, there is posibility to write my own mediator). Enrich mediator itself doesn't have this capability. I found similar solution in book from PacktPub, sample is called content enricher, but it uses database () as source for future enrichement and Enrich mediator isn't used there. Is there any solution for this or I am on wrong way?
Thanks in advance.