blob: a1bd5671f03c309f22e94a1b824e8d49dd6900be [file]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=UTF-8" http-equiv="CONTENT-TYPE" />
<link rel="stylesheet" href="../../book.css" type="text/css" />
<title>New BPEL Project</title>
</head>
<body>
<h1>New BPEL Project</h1>
<p>
The New BPEL Project wizard creates a faceted project which allows it
to be deployed to the BPEL runtime engines. It is available by
selecting <strong>File &gt; New &gt; Other &gt; BPEL 2.0 &gt; BPEL Project</strong>.
</p>
<p>
<img src="../../../images/reference/New_BPEL_Project.png" alt="New BPEL Project Wizard" />
</p>
<p class="title">
<b>New BPEL Project Wizard</b>
</p>
<p>The wizard consists of a single page:</p>
<p>Enter the project name and select its location. When the wizard
is completed the following files would have been created:
</p>
<ul>
<li><code>bpelContent</code> folder</li>
<li>Project facet meta-data</li>
</ul>
<p>
The <code>bpelContent</code>
folder contains all the files necessary for your project. This
includes all WSDL and XSD files.
</p>
</body>
</html>