Use the Eclipse File -> New BPEL Project.
Name the project the name of the service. E.g. StoreProcessService.
Import WSDLs for process service.
Import WSDLs for composed services.
Create a new BPEL Process
File -> New BPEL Process Definition
Use the empty option.
|
Create PartnerLinks using WSDLs.
Create Variables.
Add Receive and Reply.
Add Invoke.
Add an Assign before Invoke.
Add a Receive for any asynchronous callbacks.
Add additional invokes, assigns, and receives.
Add control logic.
Add eventHandlers, compensationHandlers, faultHandlers.
Create Deployment Descriptor.
|