Generating BPEL files programmatically?

前端 未结 5 522
猫巷女王i
猫巷女王i 2021-01-12 13:36

Is there a way to generate BPEL programmatically in Java?

I tried using the BPEL Eclipse Designer API to write this code:

 Process process = null; 
         


        
5条回答
  •  醉话见心
    2021-01-12 13:59

    This has been solved using the unify framework API after adding the necessary classes to handle correlation. BPELUnit stated by @Daniel seems to be another alternative.

提交回复
热议问题