SEARCH
0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Prev | Current Page 192 | Next

Frank Jennings, David Salter

"Building SOA-Based Composite Applications Using NetBeans IDE 6"


The first section in this chapter showed you how to create a BPEL process from a BPEL
module. Follow the steps to create a BPEL Process by name ReservationBP. This will
create a ReservationBP.bpel file. You can either use the Source view or the Design
view to edit the files. Create Receive, Invoke, and Reply activities as shown in the
process diagram. Remember to assign variables using the BPEL mapper.
From the Source Code ??“ Part A folder
Open NorthAirEJB, ReservationBPEL and AirAlliance_CA NetBeans
project files and go through the code. When you open them for the
first time, you will get a 'Resolve References' warning. You may need
to set the correct target server for the EJB module and set the correct
path to the ReservationBPEL jar file for the composite application.
Also note ProcessReservation.wsdl. This WSDL is the Web
Service that initiates the BPEL process. If you are making changes to the
ReservationBP.bpel file in ReservationBPEL project, you need to
update the JBI module again in this project. Right-click on this project and
choose Edit Application Configuration.
You can see two WSDL ports configured with SOAP bindings.
Chapter 10
[ 229 ]
Once you have the BPEL process ready, create a composite application as shown
in the first section to act as a container for our BPEL process.


Pages:
180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204