Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This point onwards you have to design your bpel process BPEL process by adding business logic to the BPEL process. In this guide we will be designing a simple process to add two integers.

...

14. Now you need to configure Assign activity. Click on “Assign” element which is on bpel process BPEL process and then click on “Details” tab in ”property window”.

...

The property window of Assign activity should look like the following once you have completed the steps.

 

21. Now  Now you need to define inbound and out bound interfaces. Open deploy.xml file which is in the bpel projectBPEL project. Choose AdderProcessPort as the inbound address port from the given list. Rest of the parameters will be automatically filled once you select it.

There will not be any ports for out bound interfaces as we do not have external invocations in this business process.

22. Include the BPEL process as a dependency of the Carbon Application (WS_NumberAdderCarbon). To include it, open “pom.xml” of Carbon application project and select BPELNumberAdder as a dependency. 

...