What it does: BPMN2BPEL is a tool translation business processes expressed in BPMN, e.g. represented via a BP-Diagram, into BPEL. How: The translator is implemented according to the Paper "From Business Process Models to Process-oriented Software Systems: The BPMN to BPEL Way" by C.Ouyang et.al. (see: http://eprints.qut.edu.au/archive/00005266/). Command Line Usuage: java -jar BPMN2BPEL Input: xml-file representing the BPD. Output: xml-file for BPEL. Translator Output: The translator reports all important steps. In particular a set of temporary "net-files" is constructed showing the order in which component-building and folding of the previous process models occurs. Assumptions: The input should be formatted according the the XML schema included in the source code distribution of the tool which is available at: http://www.bpm.fit.qut.edu.au/projects/babel/tools/.