I have a main flow service which calls another wrapper service .The wrapper simply wraps an E1 adapter service.
If the adapter service successfully performs all the updation the transaction is commited.Otherwise in the catch block the
transaction is rolled back.
Now the problem is When i am running the main service i get no errors.When i debug the code by using step, everything runs
fine but when i move my control in to the inner(called) service by using step to , it fails to commit the transaction and consequently
everything fails.
the error message i get is :[ART.114.303] Adapter Runtime (Transaction): Unable to commit transaction.null
Sometimes i get error meesages saying unable to rollback also.
Can anyone suggest why the code behaves differently?
Thanks
Sthita
#Integration-Server-and-ESB#webMethods#Flow-and-Java-services