Skip to Content
0
Former Member
Jul 01, 2009 at 03:20 PM

Multiple UPDATE statement in a message

47 Views

Hi Experts,

Here is a scenario where we need to send multiple UPDATE statements in single message

the structure is as below.

<Table_name> 0..unbounded occurrence

<action> UPDATE

<access>

<non key fields>

</access>

<key>

<key fields>

</key>

in the above case the node <Table_name> would occur multiple times, the issue is only the first occurrence of the update statement is executed, rest of the update statements are ignored.

did my approach is wrong, please help...

thanks.