Versions Compared

Key

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

This tutorial guides you on how to create a BPEL process to assign a value in the request to the response and echo it using the WSO2 Enterprise Integrator (WSO2 EI) Tooling. It walks you through the steps to demonstrate how you can assign the input string of the request message to the result string of the response message using BPEL Correlation.

Note

Also, if you are facing any problems with this Tutorial, you can import the pre-packaged project of this Tutorial to WSO2 EI Tooling, and compare your configurations with the ones in it.

...

Configuring the receiveInput activity 

  1. Click on the receiveInput  activity and in the  Details  section of the  Properties  tab, select  client  as the  Partner Link.

  2. Select Process as the Operation.
  3. In the Quick Pick: box, expand the process → EchoAsyncProjectRequestMessage → payload :  EchoAsyncProjectRequest drop down and double click on the process option.

...