99 Sec Demo
A Simple Synchronous BPEL Process
Check out this tutorial: A Simple Synchronous BPEL Process
This tutorial provides an overview of the sample project, SynchronousSample and illustrates deploying, executing and testing a synchronous BPEL process using the NetBeans™ 5.5 Early Access bundle with all the necessary runtimes.
The Process is simple synchronous flow. It takes an input messages and returns back that message synchronously.
A client starts the synchronous process by invoking a request-response operation. After invoking a synchronous process the client is blocked until the process finishes and returns the result.
In this tutorial you will use a simple BPEL project called SynchronousSample and a Composite Application project called SynchronousSampleApplication. The project including WSDL and Schema files, a deployment descriptor, and input files for testing. The web service interface for this process is a single synchronous operation.
Posted at 01:41PM Jun 12, 2006 by barkodar in Sun | Comments[0]