Is the purpose to confirm that the data is written to the DB? Or is it to trigger other integration activity?
If it is the former, I would suggest that doing so is unnecessary. If the JDBC adapter service returns without error, you can rest assured that the data is stored in the database. If you absolutely MUST read the data, then I would suggest creating a SELECT adapter service that can read the record using the key data you just used to do the insert. Using notification for “data confirmation” purposes is not advisable.
If it is that latter, please review the JDBC adapter documentation on notifications. There are a number of steps needed, possibly including some work by a DB programmer. If you have any specific questions please feel free to post them here.
#Integration-Server-and-ESB#webMethods#Adapters-and-E-Standards