BPEL Assign Flow
Select New Application –> Provide an Application Name and Application Template.For eg.
Application Name is BPEL Blogs and Application Template is SOA Application.
Choose the Template
Name BPEL Process and Select the Template as “Synchronous BPEL Process”
JDeveloper will create a default process with one receiveInput and replyOutput activity.
Drag Assign activity in flow, as shown below.
Assign activity is used to assign the value between variables.
Double click the Assign Activities to open the property of the Assign Activity.
Select the Copy Operations tab.
Select the Copy Operations
In Copy Operations, Copy the value from Source to Destination.
For example, use “Expression” from the activity.
In Expression, concat the “Hello” string with the Input Variable and assign it to an output variable.
Assign the Input to Output variable.
Compile the Project.
Deploy the project in Weblogic.
Deploy the Project
Enter the login/password for Application server.
Login to Weblogic Server, locate your BEPL Process and click Test
For example, enter input as “eoracleapps” and BPEL process will concat “Hello” with it, as shown below.
There are no comments yet.