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

Creating a Composite Application Project

Add the JBI module to the deployment project before deploying the BPEL Module project. Deploying the project makes the service assembly available to the application server. This allows its service units to execute their functionality.

To Create a Composite Application Project

  1. Choose File —> New Project.

    This opens the New Project wizard.

  2. Select the SOA node from the Categories list.
  3. Select the Composite Application node from the Projects list.
  4. Click Next.
    image:Composite Application
  5. In the Project Name field, enter AddCompApp.
  6. Click Finish.

    The Projects window now contains a project node for a Composite Application project named AddCompApp.


    image:Composite Application Node
  7. Click the Validate XML button.

    This action invokes an XML check and displays the following message in the XML check console.

    XML validation finished.
  8. Right-click either the AddCompApp Composite Application or the JBI Modules.
  9. Select Add JBI Module.
    image:Add JBI Node
  10. Select the LDAPBpelModule BPEL Module Project. Click Add Project JAR Files.

    In the current example, the Project JAR file is build/SEDeployment.jar.


    image:Add Project JAR Files

    The JAR file is added and is as shown in the illustration.


    image:JAR Files Added
  11. Click Save All.

    Note - Ensure the following services are started.

    • GlassFish Application Server

    • JBI Binding Component (sun-ldap-binding)


  12. Right-click the AddCompApp Composite Application node. Select Clean and Build.

    The CASA Editor displays the build associated with AddCompApp.


    image:Build Successful

    A success message is displayed in the Output window:

    BUILD SUCCESSFUL (total time: 3 seconds)
  13. Click Save All.