JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Java CAPS LDAP Binding Component Tutorial     Java CAPS Documentation
search filter icon
search icon

Document Information

Using the LDAP Binding Component in a Project

Tutorial Overview

Tutorial Requirement

Tutorial Plan

LDAP Binding Component Project in a Nutshell

Starting the GlassFish Application Server

To Start the GlassFish Application Server

To Start the JBI Components

Creating a BPEL Module Project For the Add Feature

To Create a BPEL Module Project

Creating a WSDL Document

To Create a WSDL Document: Add Operation

Create a WSDL Document For Type: SOAP

To Create a WSDL Document: SOAP

Creating a BPEL Process

To Create a BPEL Process

To Add a Partner Link

To Add a Web Service and Basic Activities

To Edit the Web Service: Receive1

To Edit the Web Service: Invoke1

To Edit the Web Service: Reply1

To Edit the Basic Activities: Assign1

To Edit the Basic Activities: Assign2

Creating a Composite Application Project

To Create a Composite Application Project

Deploying a Composite Application

To Deploy a Composite Application

Testing the Composite Application

To Test the Composite Application

Source View

Design View: Notification

Create a WSDL Document: Search

Create a WSDL Document: Update Feature

Create a WSDL Document: Delete Feature

Tutorial Plan

The following steps outline the process for this tutorial:

  1. Create a BPEL Module project using the New Project wizard.

  2. Create the following WSDL Document for the BPEL Module.

    1. LDAP WSDL

    2. SOAP WSDL


    Note - Test Cases are not required for File Binding Component and JMS.


  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.

image:LDAP Flowchart