cancel
Showing results for 
Search instead for 
Did you mean: 

adapter module to insert into DB

Former Member
0 Kudos

Hello,

is it possible to write an adapter module which will insert whole payload into predefined table in DB?

Can you please provide me hints, how to do it?

Is it possible to use Java JDBC API in it, or do you have any best practices/cookbooks?

The reason why I need this:

I have to save all incoming and all outgoing payloads into audit DB table for archiving purposes - So my plan is to write adapter module and put it in Sender and Receiver channel in SOAP Adapter.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I have found this useful link

But this is jdbc inside mapping. Anybody tried to do database INSERT in custom adapter module inside SOAP Adapter?