Objective of this tutorial: This tutorial will help you get started with simple SOA Hello World Application. This application takes a string input and returns the output by prepending “Welcome” to it. e.g. when I run the application by providing Chaitanya as input then it returns “Welcome Chaitanya” Prerequisites: JDeveloper 11g R1 or Later with Configured SOA Plugin and SOA Server for Deployment. Lets Acheive it : Lets follow the steps below to achieve our objective. Open Jdeveloper. From File Menu –> Select New Select SOA Project and click Next Add Application Name and Directory to store the application. Click on Next. Enter Project Name and Click on Next Select Composite With BPEL Process and Clik Finish. Enter the Name and select Synchronous BPEL process and click on OK. The Complete project is ready with the .bpel file is opened.Double click on HelloWorldProcess (which is blue in color at center.) This will display the actual BPEL ...
Comments
Post a Comment