How to expose mysql data as a soap web service in Talend
I want to expose data in a MySQL data source (or any) as a soap web service using Talend. For an example I have some data in a MySQL database and I want to expose that data (using a select query) as a soap web service, so that a consumer can use that to get the data in that particular database. How can I achieve that. Please advice.