Jonathan,
My problem is very simple…
I am calling a Stored Proc (SP) from wM. That SP is altering one table in the database (it doesn’t contain any Commit statement in its end). This Proc is also returning two fields one is status Message & other is status code. And I am getting the values for these fields in return what I am expectiong.
But the problem is when I checks the table , I dont see any alteration.
And this is my guess , that the root cause of this problem is the absence of Commit in the proc because when I tried to execute this SP from SQL+, I have to give explicit Commit command to see the changes in the table.
I have already tried all possible options like…All Transaction Types, Explicit transaction Service like startTransaction, commitTransaction etc. but no luck.
Now I want to ask what can I do to see the changes in the table when I execute the SP from wM?
Thanks,
#webMethods#Adapters-and-E-Standards#Integration-Server-and-ESB