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 Integration Studio. 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 Integration Studio, and compare your configurations with the ones in it. |
Tip | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Before you begin,
|
This tutorial includes the following sections, which include instructions to create the below BPEL Workflow.
...
Configuring the receiveInput activity
Click on the r eceiveInput activity and in the Details section of the Properties tab, select
client
as the Partner Link .- Select Process as the Operation.
- In the Quick Pick: box, expand the process → EchoAsyncProjectRequestMessage → payload : EchoAsyncProjectRequest drop down and double click on the process option.
...
- Click on the receiveInput element.
- In WSO2 Integration Studio, under the EchoCorrelationProcess menu, c lick the + sign on the Correlation Sets panel, to add a new correlation.
- Select the Correlation Set you created, and click Add in the Details section of its Properties tab.
- Click New in the Select a Property window.
- Enter id as the Name and click Browse.
- Select From Imports under Show XSD Types, select Simple Types and Complex Types under Filter, select the ns1 : string under the Matches and click OK.
- Click OK in the message, which pops up the set the prefix of the namespace.
...