cancel
Showing results for 
Search instead for 
Did you mean: 

JDBC-to-HTTP

Former Member
0 Kudos

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

Accepted Solutions (0)

Answers (1)

Answers (1)

bhavesh_kantilal
Active Contributor
0 Kudos

David,

You need to use a BPM. Sender JDBC adapter selects the data , A Send Synch step sends the call to the HTTP and gets resposne back. On the basis of the response, either Send data to the JDBC receiever adapter to delete table or end the mail.

Regards

bhavesh