Increment a variable and assign it
35516Jul 31 2007 — edited Aug 2 2007Hi,
I have a BPEL process which receives a XML file, transforms it and invokes a partnerlink which inserts the data into Oracle.
I need to assign linenumbers (say 1,2,3) to a variable in the target schema before inserting depending on number of lines I have in my source xml.
Can anyone please let me know how to achieve this. How do I increment a variable and assign it to target variable everytime. Appreciate if you can let me know the steps in developing this as I'm new to BPEL. Its really urgent.
Thanks