Hi,
I had an XML document “SCEPTRESafetyReport” which consists of multiple node i.e there are node which repeat itself and out of which one node is “Case_Reaction”. In Case_reaction node there are 2 elements Start Date and End Date which are going as input to the Stored Procedure.
Consider an Example where
Start date End date
Reaction 1 16-MAR-2007 19-MAR-2007
Reaction 2 30-MAR- 2007
Now in this case when I am looping through the Input document “SCEPTRESafetyReport/case_reaction”, and mapping the input values to the Stored procedures input parameters, the first Record get inserted properly but in second record the Value of End Date is getting populated from Reaction 1.
I had done proper null checks and try everything.
Can any one tell me how to set the date value as NULL in a stored procedure?
Thanks.
#webMethods-General#Integration-Server-and-ESB#webMethods