| <?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>Creating and editing a BPEL project</title> | |
| </head> | |
| <body> | |
| <h1>Creating and editing a BPEL project</h1> | |
| <p> | |
| In this chapter we describe the necessary steps to create a new BPEL project | |
| and edit the BPEL files. You can get the example source code from riftsaw/samples/quickstart/hello_world. | |
| In this guide we will create a simple echo example, used to respond to a message | |
| with a modified version of the request message. | |
| </p> | |
| <p>The first step is to create a BPEL project.</p> | |
| <ul> | |
| <li><a href="creatingBpelProject.html">Creating a BPEL project</a></li> | |
| <li><a href="creatingBpelProcess.html">Creating a BPEL process</a></li> | |
| <li><a href="editingProcessFile.html">Editing a BPEL process file</a></li> | |
| <li><a href="addingServiceToWsdl.html">Adding a Service to WSDL file</a></li> | |
| </ul> | |
| </body> | |
| </html> |