I am currently evaluating Talend ETL (Talend Open Studio for Data Integration).
I would like to know how / if i can expose an ETL Job as a Web Service.
I kn
You have to use Talend ESB for this kind of usage. There is a very good tutorial on the Talend Website, for exposing REST service with a query in mysql database : How to create a REST Service
More tutorials on Talend ESB can be found here.