Wednesday 7 December 2016

Create and run a SOA Composite with a simple BPEL process on 12c Development environment

In this post I will show how to create and deploy your composite with a simple BPEL process. The main goal is to describe the deployment process in the local SOA environment. The steps are very simple and almost the same as in 11g version.
If you haven’t yet install the environment or started the server, go to my previous post Oracle SOA Suite 12c Installation.
For this post I’ve create a SOA application with new project, and selected a BPEL component:
SOA 12c New Application
Create SOA Application - Step 2 of 3
Create SOA Application - Step 3 of 3
I’ve added a simple assign activity for the example:
Edit Assign

Now we can deploy the process:
  1. Right click the project and deploy it:Deploy 1
    Deploy 3

    Deploy 4

Last thing is to run the new process and monitor it. You can do that directly from the jdeveloper, or enter the EM and run it from there:
From Jdeveloper:
  1. Go to the Application Server tab, drill down from the SOA folder until you will reach your project and its ws file.
    Right click it and “Test Web Service”:Test BPEL
  2. Enter the payload parameter and “Send Request”Test BPEL 1

From EM:

  1. open EM from your local host and login:EM
  2. Find your process and test it:Test BPEL 2
  3. When done, you can go to “Flow instances” tab and monitor the instances.Test BPEL 3

Good Luck

No comments:

Post a Comment