4

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?

Dr. Simon Harrer
  • 1,954
  • 1
  • 15
  • 26

1 Answers1

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