How to Call DML Operation from BPEL
In this article we will discuss how to create a BPEL process to insert some data into a table. Step -1 # Consider a table with 26 columns , and the requirement is to insert all 26 columns manually. Step -2 # To design a BPEL process that takes 26 arguments as input variables, need …read more