Hi Xperts,
I have a scenario like JDBC-to-HTTP,
The complete story is..
I wanted to trigger the Select query (JDBC Adapter) and that data should be passing thru the HTTP Req then I should have get the Response from the HTTP (Synchronous).
Then I need to do some manipulation based on HTTP Response, suppose
if the data is populated correctly I have to delete the Table which I triggered or else I need to get mail.
Regards
JD