Hi,
I am using local_transaction in my connection and i want to perform batch insert
also i am using start,commit,rollback transaction in the service.
Now the scenario is that while insertion if error occurs it need to be added to log file and other insertions need to be taken place in database.
For example
Let us assume 10 records the 6th record has error so the first five and from seventh till tenth i need to be in database so only sixth is not inserted so please let me know how to do it or other ways to achieve it.
#webMethods#Flow-and-Java-services#Integration-Server-and-ESB