Hi all,
I am new to webMethods.so please help me.
I have two tables tab1 and tab2 both having the same field names.
for the tab1 i created a insert notification.
i have taken a trigger.input doc for that trigger is insertnotification publishble document and service is inserttab2.
in the inserttab2 flow service i invoked inserttab2 adaptor service.
for this input is insertnotification publishable document.
the problem is null values is inserting into the table2.
if kept the save pipe line to file i am able to see the values.
every time when i insert a row in tab1 and finding a new a row with null values in tab2
please help me