Create new JBoss Tools Documentation Jira issue

This will launch the Jboss Tools Jira page - to complete your feedback please login if needed, and submit the Jira.

JBoss.orgCommunity Documentation

Chapter 3. Tasks

3.1. Creating and editing a BPEL project
3.1.1. Creating a BPEL project
3.1.2. Creating a BPEL process
3.1.3. Editing a BPEL process file
3.1.4. Adding Service to WSDL file
3.2. Deploy a JBoss BPEL project to JBoss BPEL Runtime
3.2.1. Creating a bpel-deploy.xml file
3.2.2. Creating JBoss BPEL Server

In the chapter we describe the necessary steps to create a new BPEL project and edit the BPEL files. You can get the source of the example from riftsaw/samples/quickstart/hello_world. Here and further in the guide we will create a simple echo example, used to respond to a sent message with a modified version of the request message being returned in a response. First of all, you should create a BPEL project.

If the Properties view and Palette view are not opened, you can open the views by right-clicking the BPEL editor and selecting Show in Properties, Show Palette in Palette view. Then you should have the view like this:


In the Palette view, you can drag a BPEL element to the BPEL editor and drop it in the place you want.

In the Properties view, you can get the information about every element of the BPEL process. In the BPEL editor select any element you want,and then the element's properties will be shown in the Properties view.The table below describes the tabs of the Properties view:


In order to see how a simple BPEL process works in action, you should do some steps as below:

Now you have finished creating a simple BPEL process.As a next step, you can deploy the BPEL project to JBoss BPEL Runtime.