The bpelc commandline tool compiles BPEL4WS 1.1 or WS-BPEL 2.0 processes for execution by the PXE runtime engine.
bpelc [-q|-v|-vv] [-o directory] [-rr rrfile] [-wsdl uri] url ... url
The bpelc commandline tool compiles BPEL processes (either 1.1 or 2.0) for execution by the PXE runtime engine. The compiler will automatically detect the version of the process and configure itself appropriately. For comparison, the <bpelc> Task performs the same operation, and the BPEL compiler can be used directly.
For more information about the BPEL compiler, see Compiler Toolchain
.
| Option/Argument | Effect |
|---|---|
| -o directory | the directory to write the output files to. |
| -rr rrfile | the filename of the ZIP resource repository |
| -wsdl uri | for BPEL4WS 1.1 processes, the URI of WSDL definitions to include from the ZIP resource repository |
| url ... url | the URLs of BPEL process definitions to be compiled. |
| -q|v|-vv | adjust the verbosity of logging output. See Configuring Commandline Launchers |
| -h | prints a synopsis to the console and exits. |
