JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Java CAPS XSLT Service Engine Tutorial     Java CAPS Documentation
search filter icon
search icon

Document Information

XSLT Designer: Simple Transformation Tutorial

Overview

Configuring the Tutorial Environment

Creating the XSLT Module Project

To Create a New XSLT Module Project

Creating XML Schemas

To Create the XML Schema for the Incoming Message

To Create the XML Schema for the Outgoing Message

Creating a WSDL File

To Create a WSDL File

Creating an XSLT Service

To Create an XSLT Service

To Populate the XSL Stylesheet

Creating and Deploying the Composite Application

To Create a Composite Application Project

To Add a JBI Module

To Deploy the HelloXSLTCAP Composite Application

Performing a Test Run of the XSL Transformation Service

To Create a Test Case

To Test the Application:

Creating and Deploying the Composite Application

An XSLT project is not directly deployable. You must first add an XSLT project as a JBI module to a Composite Application project before you can deploy the Composite Application project. Deploying the project makes the service assembly available to the application server as a JBI service unit. After deployment, you will be able to perform a test run of your XSLT service.

To Create a Composite Application Project

  1. Choose File > New Project from the main menu.
  2. Under Categories, select SOA.
  3. Under Projects, select Composite Application. Click Next.
  4. In the Project Name field, type HelloXSLTCAP.
  5. Specify a project location or accept the default.
  6. Click Finish.
  7. The Projects window now contains the HelloXSLTCAP project node.
    image:Composite Application Project Added to the Projects Window

To Add a JBI Module

  1. Right-click the HelloXSLTCAP node and choose Add JBI Module from the popup menu.
  2. Select the HelloXSLTransformation project and click Add Project Jar Files.
    image:Add a JBI Module
  3. To verify that the JBI module has been added, expand HelloXSLTCAP > JBI Modules.
    image:JBI Module Added

To Deploy the HelloXSLTCAP Composite Application

  1. In the Projects window, right-click the HelloXSLTCAP node and choose Deploy Project from the popup menu.

    This operation might take a while because the it starts the GlassFish Application Server.

    Note: If the Warning - Select Server dialog box appears, select the Application Server and click OK.

  2. In the Output window that opens in the lower part of the IDE, watch for the BUILD SUCCESSFUL message.
  3. To verify that the project has been deployed, expand GlassFish V2 > JBI > Service Assemblies in the Runtime window.

    You should see the HelloXSLTCAP node.


    image:Service Assembly