Hi All,
I have a situation where I am inserting message in DB using Sql Adaptor and Stored procedure.
I have input Message Like mentioned below which has reapeating loop
As u can see InventoryDetailRequest node is repeated so Sql Adaptor is returning 3 success responses for each loop element hence Sql Adaptor is Suspending message at response side.
Does anybody came across this type of scenario?