Hi,
I have an issue calling a stored proc within an XA transaction: it looks like the webMethods wrapper (adpater service calling the DB procedure) performs commit/rollback.
Issue solved: the service manages an implicit transaction if there is no explicit transaction open. If the service is called inside a transaction no commit is performed until explicit commit.