We are trying to invoke a JAX-WS webservice through SOAP UI and we are successful with the same. But during the process, if something fails, the SOAP UI does a partial commit meaning it does not do a rollback but instead it does a commit.
I need to know how to handle the transaction management. Mainly on how to do a rollback when something fails.
↧
How to handle transaction management while invoking webservice?
↧