Sun Worklist Manager Service Engine User's Guide

ProcedureTo Create the Composite Application

  1. In the NetBeans Projects window, create a new composite application project.

  2. Drag the web application project you created above to the JBI Module section of the CASA Editor.

  3. Build the composite application.

    A SOAP endpoint is added, along with a connector to JBI module.

  4. Delete the connector between the endpoint and JBI module.

  5. Right-click the SOAP provide endpoint, and select Properties. On the Properties window that appears, click Disable in BC, and then click Close.

  6. Drag an External Service Unit from the palette to the External Modules section (left panel) of the CASA Editor.

  7. Name the External Service Unit WLMSE-TaskCommon.

  8. Drag a Provide endpoint to the new service unit. Right-click the endpoint and click Properties. Configure the endpoint as follows:

    1. Click the ellipsis next to the Interface Name property. On the Editor that appears, enter TaskCommonPortType as the Local Name and enter ns1:http://jbi.com.sun/wfse/wsdl/TaskCommon as the Namespace.

      Figure shows the QName Editor for the interface
name.
    2. Click the ellipsis next to the Service Name property. On the Editor that appears, enter TaskCommonService as the Local Name and enter ns1:http://jbi.com.sun/wfse/wsdl/TaskCommon as the Namespace.

      Figure shows the QName Editor for the service
name.
    3. Name the endpoint TaskCommonPort.

      The completed properties should look similar to the following figure.

      Figure shows the completed endpoint properties.
  9. Link the JBI Module with the External Service Unit.

  10. Build and deploy the composite application.

    The composite application should appear similar to the following figure.

    Figure shows the completed composite application.