So I could use some help. I am new to webMethods and have been trying to fix an issue for sometime.
Maybe if you guys had some i/p that would help
This is the DB table
Name Null Type
EVENT_ID NOT NULL NUMBER(20)
SOURCE VARCHAR2(20)
TARGET VARCHAR2(25)
EVENT_DATE DATE
I am now trying to use the JDBC adapter to insert a row, I have problems with the date column when specifying the input object as a string. See attached image.
I read through some of the posts and tried to use the to_date function, passing in the string a i/p.
However I still get the following.
com.wm.pkg.art.error.DetailedServiceException: [ART.117.4002] Adapter Runtime (Adapter Service): Unable to invoke adapter service ServerLogTest.database:insertIntoEvents.
IllegalArgument Exception for field: EventE. Error: java.lang.IllegalArgumentException
I wonder if these is a service for string to java.sql.date conversion
#Flow-and-Java-services#webMethods#Integration-Server-and-ESB