Follow the outlined procedure to build a BPEL process.
1 Create a BPEL Module project using the New Project wizard.
2 Create the following WSDL Document for the BPEL Module.
a LDAP WSDL
b SOAP WSDL
3 Create a Composite Application project.
4 Add the BPEL Module project (*.jar) as a JBI Module to the Composite Application project.
5 Build the Composite Application project. Ensure that the Application Server is started.
6 Deploy the Composite Application project to the Application Server.
7 Create a Test Case.
8 Run the Test Case.
9 (Optional) Debug the BPEL process.
Debug is invoked when the Test Case fails.
![]() |
See Also