I want to validate BPEL programmatically. I use the openESB version of it but it would suffice having a validator for the standard BPEL or for other BPEL engines. Is there something out there that can do this?
Asked
Active
Viewed 276 times
1 Answers
2
The Eclipse BPEL Designer can validate BPEL processes. You could also download the BPEL XSD from OASIS and use an XML tool to validate your process against this schema. A 3rd option is the compiler of Apache ODE, which also validates the process model.

vanto
- 3,134
- 18
- 28