views:

103

answers:

2

hi all,

I want to generate/write and then parse (write & read) the bpel process (xml). Is there any way api to this, something like wsdl4j... ?

thx adnan

A: 

I am not entirely sure what you mean about generating BPEL, but parsing and writing can be handled masterfully by some classes of the Eclipse BPEL Project. Go there to take a look and download the source code. If you look through the mailing lists, you will find that quite a few before you have asked about where exactly to locate this functionality.

mttr
A: 

thx.

http://dev.eclipse.org/mhonarc/lists/bpel-dev/msg01101.html the details.

bandit