Title: bpelc Command Category: documentation ## Overview The `bpelc` commandline tool compiles [BPEL4WS 1.1](bpel4ws-11.html) or [WS-BPEL 2.0] processes for execution by the ODE runtime engine. ## Synopsis :::text bpelc [-q|-v|-vv] [-o directory] [-rr rrfile] [-wsdl uri] url ... url ## Description The `bpelc` commandline tool compiles BPEL processes (either 1.1 or 2.0) for execution by the ODE runtime engine. The compiler will automatically detect the version of the process and configure itself appropriately. For more information about the BPEL compiler, see [Compiler Toolchain]. ## Options
Option/Argument | Effect |
---|---|
-o directory | the directory to write the output files to. |
-rr rrfile | the filename of the ZIP resource repository to read WSDL definitions from. If this parameter is not specified, the compiler will dereference URIs directly as URLs. |
-wsdl uri | for BPEL4WS 1.1 processes, the URI of WSDL definitions to include from the ZIP resource repository. This hint is ignored for WS-BPEL 2.0 processes in favor of the <bpel:import> mechanism. |
url ... url | the URLs of BPEL process definitions to be compiled. |
-q|-v|-vv | adjust the verbosity of logging output. |
-h | prints a synopsis to the console and exits. |