Hi,
I neet to compare date fileds in sql and webMethods
the date field of SQL.
date field , say Transaction_Date is string and contains value 01/08/2006.
date field, say TranDate is java.util.Date(metioned in selectAdapter service), has value 02/08/2006.
now i need to compare these values
branch step
—sequence step(%Product/Transaction_Date% = %results/TranDate)
-----debuglog(message-‘cannot store’)
but in my case, since both the dates have different values debug log should not be executed, but for me now the debug log is executing, even both the dates are not equal!!!
what is the problem?
#webMethods#Flow-and-Java-services#Integration-Server-and-ESB