Calling script from BPEL
450234May 10 2006 — edited Jun 7 2006I have a perl script that has too much logic to convert to anything else, I was wanting advice to how you would incorporate this script into a bpel process, basically you pass a flag to the script and it outputs a file, from that point I can just use a JMS adapter to capture the results into the bpel payload and do what I need from there...
Any advice to how to call this script ... ?