[Blog Post] Reading an XML file into WSO2 ESB, Transform it and expose it as an API

- Nuwan Bandara
- Director - WSO2
This proxy will dump the file to "home/nuwanbando/temp/files/out" location.
This file need to be read on-demand, once requested. ESB by default does not have a mediator to read XML files so that the mediation flow can manipulate the content, hence we have to write a custom class mediator to do this job.
Read the full blog post.