Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Swordfish Documentation: Designing BPEL Eclipse BPEL Designer"

(Assign-type elements initialization)
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
== Creating BPEL Process Skeleton  ==
 
== Creating BPEL Process Skeleton  ==
  
# Select '''File > New Wizard >BPEL 2.0>BPEL project''' to create a new BPEL project and name it, <tt>FlightBooking</tt>.
+
# Select '''File > New Wizard > BPEL 2.0 > BPEL project''' to create a new BPEL project and name it, <tt>FlightBooking</tt>.
# Next, create a BPEL file '''New Wizard >BPEL 2.0 >New BPEL Process File'''. In the BPEL file wizard window enter:
+
# Next, create a BPEL file by selecting '''New Wizard >BPEL 2.0 >New BPEL Process File'''. In the BPEL file wizard window enter:
 
#* BPEL Process Name: FlightBookingProcess
 
#* BPEL Process Name: FlightBookingProcess
 
#* Namespace: http://www.eclipse.org/swordfish/samples/FlightBooking
 
#* Namespace: http://www.eclipse.org/swordfish/samples/FlightBooking
 
#* Template: Empty BPEL process
 
#* Template: Empty BPEL process
#* In the next wizard page set the option to '''choose BPEL project I've created before'''.
+
#* In the next wizard window set the option to '''choose BPEL project I've created before'''.
#Open the newly created FlightBookingProcess.bpel with BPEL Designer by double click you should see visual representation of empty BPEL process (see image)
+
#Open the newly created FlightBookingProcess.bpel with BPEL Designer by double clicking it. You can now see a visual representation of an empty BPEL process as shown in this figure.
 
#:[[Image:Empty-bpel.png]]
 
#:[[Image:Empty-bpel.png]]
# Expand BPEL elements Palette by clicking on Arrow highlighted on next image:
+
# Expand the BPEL elements palette by clicking the arrow icon highlighted in this figure:
 
#:[[Image:Bpel-element-palette.png]]
 
#:[[Image:Bpel-element-palette.png]]
# Using Element Palette create initial BPEL Process Skeleton as displayed on the image:
+
# Using the Element Palette, create an initial BPEL Process Skeleton as displayed in this image:
 
#:[[Image:Bpel-process-skeleton.png‎]]
 
#:[[Image:Bpel-process-skeleton.png‎]]
  
 
== Setting Up BPEL WSIL Browser  ==
 
== Setting Up BPEL WSIL Browser  ==
To create Partner Link to external web service and expose BPEL process as web service we need set of corresponding wsdl files. In current demo those files should be accessed from Swordfish Registry.  
+
To create a Partner Link to an external Web service and expose the BPEL process as a Web service we need a set of corresponding WSDL files. In the current tutorial, those files can be accessed from the Swordfish Registry.  
# Start Swordfish Service Registry,  [[http://wiki.eclipse.org/images/8/8b/Flight_booking_demo_wslds.zip download]]) and install there 3 wsdl files (FlightBooking.wsdl, FlightReservation.wsdl and PaymentProcessing.wsdl). Service Registry automatically provide WSIL file for installed WSDLs, default url is http://localhost:9001/registry/wsil, see image
+
# Start Swordfish Service Registry,  [[http://wiki.eclipse.org/images/8/8b/Flight_booking_demo_wslds.zip download]]) and install the 3 WSDL files:FlightBooking.wsdl, FlightReservation.wsdl, and PaymentProcessing.wsdl. The Service Registry automatically provides a WSIL file for the installed WSDLs. The default URL is http://localhost:9001/registry/wsil, as shown in this figure.
 
#:[[Image:Wsil.png]]
 
#:[[Image:Wsil.png]]
# To have ability to access and import above mentioned wsdl files we need to initialize BPEL WSIL Browser. Go to '''Preference->BPEL->WSIL Brower''' set "Document Url" field as http://localhost:9001/registry/wsil. Press OK.
+
# In order to access and import the above mentioned WSDL files initialize BPEL WSIL Browser. To do this select '''Preference > BPEL > WSIL Brower''' and set "Document URL" field as http://localhost:9001/registry/wsil.  
 +
# Click <b>OK</b>.
 
#:[[Image:Init-wsil-browser.png]]
 
#:[[Image:Init-wsil-browser.png]]
# IMPORTANT: Service Registry should be up and running during next design steps and process execution phase.
+
# IMPORTANT: Service Registry should be up and running in the next phase, that is, the design and process execution phase.
  
 
== Creating Partner Links  ==
 
== Creating Partner Links  ==
  
At the created Process Diagram we have one receive-type element (with same name "Receive") and two invoke-type element ("processReservation" and "paimentProcessing"). For Receive-type element we need InBound endpoints and for receive-type we need to create OutBound endpoints. To create Partner Link we need to import corresponding wsdl file to BPEL process.
+
In the newly created process diagram we have one receive-type element (with same name "Receive") and two invoke-type elements ("processReservation" and "paimentProcessing"). For the Receive-type element we need InBound endpoints and for the invoke-type we need to create OutBound endpoints. To create Partner Links we need to import the corresponding WSDL file to the BPEL process.
  
=== Creating Receive InBound Partner Link ===
+
=== Creating Receive-InBound Partner Link ===
  
# click on "Receive" element on BPEL diagram. Open '''Properties''' view and click on '''Details''' tab. You should see empty '''Partner Link''' and '''Operation Fields'''. Expand Partner Link dropdown and choose '''Create Global Partner Link''' item:
+
# Click on the '''Receive''' element in the BPEL diagram. Open the'''Properties''' view and click the '''Details''' tab. You should see an empty '''Partner Link''' and '''Operation Fields''' item. Expand the Partner Link drop down list and choose the '''Create Global Partner Link''' item:
 
#:[[Image:Parnter-link-field.png]]
 
#:[[Image:Parnter-link-field.png]]
# In '''New Parner Link''' window type ''FlightBooking'' name.  
+
# In the '''New Partner Link''' window, type ''FlightBooking''.  
# Next window Choose Partner Link Type will be empty by default. To see available types we need to import corresponding WSDL files. Click on '''Add WSDL''' button
+
# In the next window, the option <b>Choose Partner Link Type</b> will be empty by default. To see the available types we need to import the corresponding WSDL files. Click on '''Add WSDL'''.
 
#: [[Image:Empty-choose-partner-link-window.png]]
 
#: [[Image:Empty-choose-partner-link-window.png]]
# In the '''Browse for a WSDL to Import''' activate WSIL radio button and it your Swordfish Registry Up and Running and BPEL WSIL Browse setted up well, you should see Inspection tree including 3 wsdl files. For this step you need to click on 'FlightBooking.wsdl' and precc OK.
+
# In the '''Browse for a WSDL to Import''' check the WSIL button. If your Swordfish Registry is up and running, and the BPEL WSIL Browser is set up correctly, you should see the Inspection tree including all 3 WSDL files. For this step you need to click on 'FlightBooking.wsdl' and click <b>OK</b>.
 
#:[[Image:Choose-flight-booking-wsdl.png]]
 
#:[[Image:Choose-flight-booking-wsdl.png]]
# repeat previous step form 'FlightReservation.wsdl' and 'PaymentProcessing.wsdl' files.
+
# Repeat the previous step for the 'FlightReservation.wsdl' and 'PaymentProcessing.wsdl' files.
# now your '''New Parner Link''' windows should looks like on image below, click on 'FlightBooking' item from '''Matches''' area and click OK.
+
# Now your '''New Partner Link''' window should look similar to the image shown next.
 +
# Click the 'FlightBooking' item in the '''Matches''' area and click '''OK'''.
 
#: [[Image:Choose-partner-link-fool.png]]
 
#: [[Image:Choose-partner-link-fool.png]]
# for the next window set '''Partner Link Type Name''' with the same value as '''Partner Link Name''': 'FlightBooking'. Click on to go to next step of partner link type creation
+
# In the next window set '''Partner Link Type Name''' with the same value as '''Partner Link Name''': 'FlightBooking'.  
# in the next window enter 'InBound' for '''Role Name''' field and select FlightBooking port type from list below(see image). Press Finish.
+
# Click '''OK''' to go to the next step of partner link type creation window.
 +
# In the next window, enter 'InBound' for the '''Role Name''' field and select FlightBooking port type from list below(see image).  
 +
#  Click '''Finish'''.
 
#: [[Image:Create-parther-link-type.png]]
 
#: [[Image:Create-parther-link-type.png]]
# leave '''Set Namespace Prefix''' window fields as it is.  
+
# Leave the options in the'''Set Namespace Prefix''' window fields as it is.  
# After partner link creating finished get back to BPEL diagram and check changes:
+
# After you finish creating the partner link go back to BPEL diagram and check your changes:
## new Partner Link 'FlightBooking' now visible on BPEL process sidebar
+
## The new Partner Link 'FlightBooking' is now visible in the BPEL process sidebar
## in properties pane for 'Receive' element '''Partner Link''' should become initialized with just created partner link name.
+
## In the properties pane 'Receive' element '''Partner Link''' should become initialized with just the created partner link name.
## in properties pane for 'Receive' element '''Operation''' link still empty.
+
## In the properties pane for 'Receive' element, '''Operation''' link is still empty.
 
#:[[Image:Properties-and-new-partner-link.png]]
 
#:[[Image:Properties-and-new-partner-link.png]]
# We still need to set '''Operation''' field for 'Receive' element, easiest way do to this is to click on 'fligthBooking' operation icon from '''Qick Pick''' element tree. Additionally you could notice that new process variable 'FlightBookingRequest' has been automatically created and assigned to current partner link:
+
# We still need to set '''Operation''' field for 'Receive' element. The easiest way do to this is to click on the '''flightBooking''' operation icon within the '''Quick Pick''' element tree. Now, you can also see that the new process variable 'FlightBookingRequest' that has been automatically created and assigned to a current partner link:
 
#:[[Image:Set-operation-and-new-variable.png]]
 
#:[[Image:Set-operation-and-new-variable.png]]
  
== Creating flightRecervation OutBound Partner Link ==
+
== Creating flightReservation OutBound Partner Link ==
Select flightRecervation element  in BPEL designer to edit its' properties and make same set of action as above.  
+
Select the flightReservation element  in the BPEL Designer to edit its properties and repeat the same set of steps as described
 +
in the previous section.  
  
Notice:
+
Note:
* '''Partner Link Name''' and '''Partner Link Type Name''' should be 'FlightRecervation'
+
* '''Partner Link Name''' and '''Partner Link Type Name''' should be <tt>FlightReservation</tt>
* Partner Link '''Role Name''' should be setted as 'OutBound'
+
* Partner Link '''Role Name''' should be set to 'OutBound'
* Operation name for FlightRecervation partner link is reserveFlight
+
* Operation name for <tt>FlightReservation</tt> partner link is <tt>reserveFlight</tt>.
  
 
== Creating paymentProcessing OutBoing Partner Link ==
 
== Creating paymentProcessing OutBoing Partner Link ==
 
Select paymentProcessing element  in BPEL designer to edit its' properties and make same set of action as above.  
 
Select paymentProcessing element  in BPEL designer to edit its' properties and make same set of action as above.  
  
Notice:
+
Note:
 
* '''Partner Link Name''' and '''Partner Link Type Name''' should be 'PaymentProcessing'
 
* '''Partner Link Name''' and '''Partner Link Type Name''' should be 'PaymentProcessing'
* Partner Link Type '''Role Name''' should be setted as 'OutBound'
+
* The Partner Link Type '''Role Name''' should be set to 'OutBound'
* Operation name for PaymentProcessing partner link is paymentProcessing
+
* The operation name for PaymentProcessing partner link is paymentProcessing
  
 
== Creating Reply Partner Link ==
 
== Creating Reply Partner Link ==
Line 70: Line 75:
 
Set '''Properties''' pane values as on image below.  
 
Set '''Properties''' pane values as on image below.  
  
NOTICE: ater you'll set Operation value, new variable 'FlightBookingResponse' should automatically created.
+
NOTE: After you set the operation value, a new variable 'FlightBookingResponse' should be automatically created.
 
:[[Image:Reply-partner-link.png]]
 
:[[Image:Reply-partner-link.png]]
  
 
== Assign-type elements initialization ==
 
== Assign-type elements initialization ==
Assign elements using to transit data from one BPEL logic elements to another.  
+
Assign elements using the transit data from one BPEL logic element to the next.  
  
In our case we need:
+
In our case we have the following scenario:
 
* pass initial request data from Receive element to flightRecervation element (Assign)
 
* pass initial request data from Receive element to flightRecervation element (Assign)
* pass flightReceration element's response to paymentProcessing element (Assign1)
+
* pass flightReservation element's response to paymentProcessing element (Assign1)
 
* pass paymentData element's response to Rely element (Assign2)
 
* pass paymentData element's response to Rely element (Assign2)
  
 
=== Initialization of the first Assign Element(element name: 'Assign') ===
 
=== Initialization of the first Assign Element(element name: 'Assign') ===
# click on Assign element on the top of BPEL diagram and open '''Properties->Details''' tab. It will be empty by default.
+
# Click on the Assign element on the top of the BPEL diagram and open '''Properties >Details''' tab. It will be empty by default.
 
#:[[Image:Assign-properties-empty.png]]
 
#:[[Image:Assign-properties-empty.png]]
# click on '''New''' button to create new assign statement, this will populate '''From''' and '''To''' variables trees.
+
# click on '''New''' to create a new assign statement. This will populate '''From''' and '''To''' variables trees.
## expand 'FlightBookingRequest' item from '''From''' list (left side) and select '''parameters: bookFlight->flightData: FlightData''' item
+
## Expand the 'FlightBookingRequest' item from '''From''' list (left side) and select '''parameters: bookFlight > flightData: FlightData''' item.
## expand 'FlightReservationRequest' item from '''To''' list (right side) and select '''parameters: reserveFlight->flightData: FlightData''' item
+
## Expand the 'FlightReservationRequest' item in the'''To''' list (right side) and select '''parameters: reserveFlight > flightData: FlightData''' item
 
#:[[Image:Assign-variable-to-variable.png]]
 
#:[[Image:Assign-variable-to-variable.png]]
#: We just created Variable to Variable assignment. It pass initial request to FlightReservation service. But FlightReservationRequest variable need additional initialization before assignment execution. BPEL Designer takes responsibilities to generate this initialization part automatically, but we need to help him to do this.  
+
#: We have now just created a Variable to Variable assignment. It passes the initial request to the FlightReservation service. But FlightReservationRequest variable need additional initialization before assignment execution can be completed. The BPEL Designer is responsible for generating this initialization part automatically. However, there are some prerequisite steps to be done before this can work.  
#Click on some empty area on process diagram pane. In reaction You should see this popup in reaction
+
#Click on some empty area in the process diagram pane. You should then see this pop-up:
 
#:[[Image:Assign-initialization-request.png]]
 
#:[[Image:Assign-initialization-request.png]]
#Click OK and get back to Assign '''Properties->Details''' tab. You should see there new "Fixed Value to Variable" assignment.  
+
#Click '''OK''' and go back to Assign '''Properties >Details''' tab. You should see that there is a new "Fixed Value to Variable" assignment.  
 
#:[[Image:Assign-fixed-value-to-var.png]]
 
#:[[Image:Assign-fixed-value-to-var.png]]
# as you might guess this statement assigns xml-string to FlightReservationRequest  before "Variable to Variable" assign statement execution. Wee need this to create well formed request to Flight Reservation service. First Assign element initialization DONE!
+
# This statement assigns the XML-string to FlightReservationRequest  before "Variable to Variable" assign statement execution starts. Wee need this to create a well-formed request to the Flight Reservation service. Now your first assign element initialization is done!
  
 
=== Initialization of the second Assign Element(element name: 'Assign1') ===
 
=== Initialization of the second Assign Element(element name: 'Assign1') ===
The same set of actions as for first assign elements. But with different variables section:
+
The same set of actions as for first assign elements must be performed but with different variables:
 
* '''From''' FlightBookingRequest->paymentData  
 
* '''From''' FlightBookingRequest->paymentData  
 
* ''' To''' PaymentProcessingRequest->paymentData
 
* ''' To''' PaymentProcessingRequest->paymentData
 
*IMPORTANT: don't forget about additional initialization using 'Fixed Value to Variable' statement auto generation
 
*IMPORTANT: don't forget about additional initialization using 'Fixed Value to Variable' statement auto generation
#:[[Image:Assign1.png]]
+
[[Image:Assign1.png]]
  
 
=== Initialization of the third Assign Element(element name: 'Assign2') ===
 
=== Initialization of the third Assign Element(element name: 'Assign2') ===
The same set of actions as for first assign elements. But with different variables section:
+
Now you need to do the same set of actions as for first assign elements. However, once again the variable are different:
 
* '''From''' PaymentProcessing->response
 
* '''From''' PaymentProcessing->response
 
* ''' To''' FlightBookingResponse->response
 
* ''' To''' FlightBookingResponse->response
*IMPORTANT: don't forget about additional initialization using 'Fixed Value to Variable' statement auto generation
+
*IMPORTANT: Do not forget about the additional initialization using the 'Fixed Value to Variable' statement auto generation function.
 
#:[[Image:Assign2.png]]
 
#:[[Image:Assign2.png]]
  
== The Process is Ready ==
+
NOTE: You can now use this process.
  
Resulting artifacts are:
+
The resulting artifacts are:
 
*FlightBookingProcess.bpel
 
*FlightBookingProcess.bpel
 
*FlightBookingProcess.bpelex
 
*FlightBookingProcess.bpelex

Latest revision as of 10:20, 17 August 2009

Creating BPEL Process Skeleton

  1. Select File > New Wizard > BPEL 2.0 > BPEL project to create a new BPEL project and name it, FlightBooking.
  2. Next, create a BPEL file by selecting New Wizard >BPEL 2.0 >New BPEL Process File. In the BPEL file wizard window enter:
  3. Open the newly created FlightBookingProcess.bpel with BPEL Designer by double clicking it. You can now see a visual representation of an empty BPEL process as shown in this figure.
    Empty-bpel.png
  4. Expand the BPEL elements palette by clicking the arrow icon highlighted in this figure:
    Bpel-element-palette.png
  5. Using the Element Palette, create an initial BPEL Process Skeleton as displayed in this image:
    Bpel-process-skeleton.png

Setting Up BPEL WSIL Browser

To create a Partner Link to an external Web service and expose the BPEL process as a Web service we need a set of corresponding WSDL files. In the current tutorial, those files can be accessed from the Swordfish Registry.

  1. Start Swordfish Service Registry, [download]) and install the 3 WSDL files:FlightBooking.wsdl, FlightReservation.wsdl, and PaymentProcessing.wsdl. The Service Registry automatically provides a WSIL file for the installed WSDLs. The default URL is http://localhost:9001/registry/wsil, as shown in this figure.
    Wsil.png
  2. In order to access and import the above mentioned WSDL files initialize BPEL WSIL Browser. To do this select Preference > BPEL > WSIL Brower and set "Document URL" field as http://localhost:9001/registry/wsil.
  3. Click OK.
    Init-wsil-browser.png
  4. IMPORTANT: Service Registry should be up and running in the next phase, that is, the design and process execution phase.

Creating Partner Links

In the newly created process diagram we have one receive-type element (with same name "Receive") and two invoke-type elements ("processReservation" and "paimentProcessing"). For the Receive-type element we need InBound endpoints and for the invoke-type we need to create OutBound endpoints. To create Partner Links we need to import the corresponding WSDL file to the BPEL process.

Creating Receive-InBound Partner Link

  1. Click on the Receive element in the BPEL diagram. Open theProperties view and click the Details tab. You should see an empty Partner Link and Operation Fields item. Expand the Partner Link drop down list and choose the Create Global Partner Link item:
    Parnter-link-field.png
  2. In the New Partner Link window, type FlightBooking.
  3. In the next window, the option Choose Partner Link Type will be empty by default. To see the available types we need to import the corresponding WSDL files. Click on Add WSDL.
    Empty-choose-partner-link-window.png
  4. In the Browse for a WSDL to Import check the WSIL button. If your Swordfish Registry is up and running, and the BPEL WSIL Browser is set up correctly, you should see the Inspection tree including all 3 WSDL files. For this step you need to click on 'FlightBooking.wsdl' and click OK.
    Choose-flight-booking-wsdl.png
  5. Repeat the previous step for the 'FlightReservation.wsdl' and 'PaymentProcessing.wsdl' files.
  6. Now your New Partner Link window should look similar to the image shown next.
  7. Click the 'FlightBooking' item in the Matches area and click OK.
    Choose-partner-link-fool.png
  8. In the next window set Partner Link Type Name with the same value as Partner Link Name: 'FlightBooking'.
  9. Click OK to go to the next step of partner link type creation window.
  10. In the next window, enter 'InBound' for the Role Name field and select FlightBooking port type from list below(see image).
  11. Click Finish.
    Create-parther-link-type.png
  12. Leave the options in theSet Namespace Prefix window fields as it is.
  13. After you finish creating the partner link go back to BPEL diagram and check your changes:
    1. The new Partner Link 'FlightBooking' is now visible in the BPEL process sidebar
    2. In the properties pane 'Receive' element Partner Link should become initialized with just the created partner link name.
    3. In the properties pane for 'Receive' element, Operation link is still empty.
    Properties-and-new-partner-link.png
  14. We still need to set Operation field for 'Receive' element. The easiest way do to this is to click on the flightBooking operation icon within the Quick Pick element tree. Now, you can also see that the new process variable 'FlightBookingRequest' that has been automatically created and assigned to a current partner link:
    Set-operation-and-new-variable.png

Creating flightReservation OutBound Partner Link

Select the flightReservation element in the BPEL Designer to edit its properties and repeat the same set of steps as described in the previous section.

Note:

  • Partner Link Name and Partner Link Type Name should be FlightReservation
  • Partner Link Role Name should be set to 'OutBound'
  • Operation name for FlightReservation partner link is reserveFlight.

Creating paymentProcessing OutBoing Partner Link

Select paymentProcessing element in BPEL designer to edit its' properties and make same set of action as above.

Note:

  • Partner Link Name and Partner Link Type Name should be 'PaymentProcessing'
  • The Partner Link Type Role Name should be set to 'OutBound'
  • The operation name for PaymentProcessing partner link is paymentProcessing

Creating Reply Partner Link

Select paymentProcessing element in BPEL designer to edit its' properties. No Partner Link creating needed this time, we will use existing FlightBooking partner link. Set Properties pane values as on image below.

NOTE: After you set the operation value, a new variable 'FlightBookingResponse' should be automatically created.

Reply-partner-link.png

Assign-type elements initialization

Assign elements using the transit data from one BPEL logic element to the next.

In our case we have the following scenario:

  • pass initial request data from Receive element to flightRecervation element (Assign)
  • pass flightReservation element's response to paymentProcessing element (Assign1)
  • pass paymentData element's response to Rely element (Assign2)

Initialization of the first Assign Element(element name: 'Assign')

  1. Click on the Assign element on the top of the BPEL diagram and open Properties >Details tab. It will be empty by default.
    Assign-properties-empty.png
  2. click on New to create a new assign statement. This will populate From and To variables trees.
    1. Expand the 'FlightBookingRequest' item from From list (left side) and select parameters: bookFlight > flightData: FlightData item.
    2. Expand the 'FlightReservationRequest' item in theTo list (right side) and select parameters: reserveFlight > flightData: FlightData item
    Assign-variable-to-variable.png
    We have now just created a Variable to Variable assignment. It passes the initial request to the FlightReservation service. But FlightReservationRequest variable need additional initialization before assignment execution can be completed. The BPEL Designer is responsible for generating this initialization part automatically. However, there are some prerequisite steps to be done before this can work.
  3. Click on some empty area in the process diagram pane. You should then see this pop-up:
    Assign-initialization-request.png
  4. Click OK and go back to Assign Properties >Details tab. You should see that there is a new "Fixed Value to Variable" assignment.
    Assign-fixed-value-to-var.png
  5. This statement assigns the XML-string to FlightReservationRequest before "Variable to Variable" assign statement execution starts. Wee need this to create a well-formed request to the Flight Reservation service. Now your first assign element initialization is done!

Initialization of the second Assign Element(element name: 'Assign1')

The same set of actions as for first assign elements must be performed but with different variables:

  • From FlightBookingRequest->paymentData
  • To PaymentProcessingRequest->paymentData
  • IMPORTANT: don't forget about additional initialization using 'Fixed Value to Variable' statement auto generation

Assign1.png

Initialization of the third Assign Element(element name: 'Assign2')

Now you need to do the same set of actions as for first assign elements. However, once again the variable are different:

  • From PaymentProcessing->response
  • To FlightBookingResponse->response
  • IMPORTANT: Do not forget about the additional initialization using the 'Fixed Value to Variable' statement auto generation function.
  1. Assign2.png

NOTE: You can now use this process.

The resulting artifacts are:

  • FlightBookingProcess.bpel
  • FlightBookingProcess.bpelex

Now those files ready for packaging and deployment.

Swordfish Documentation Home
Swordfish Wiki Home

Back to the top