I tried to insert data (datetime type) from esb to sql server.
I’ve been created a java service and return java.sql.Timestamp.
my java service return 3/30/2016 5:32:15 ICT.
But when I call my adapter service to call Sql Server SP, data inserted in table but value is null.
is there another way to insert datetime db type from ESB ?