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 the XSLT Module Project

An XSL Transformation Service is created within an XSLT Module project.

To Create a New XSLT Module Project

  1. From the IDE's main menu, choose File > New Project.
  2. Under Categories select SOA.
  3. Under Projects, select XSLT Module.
  4. Click Next.
  5. In the Project Name field, type HelloXSLTransformation.
  6. Modify the project location, or accept the default.
    image:New Project Name and Location
  7. Click Finish.
  8. The Projects window now contains the HelloXSLTransformation project node.
    image:HelloXSLTransformation in the Projects Window
  9. Expand the HelloXSLTransformation > Transformation Files node. Note that the transformmap.xml file was created, which is a custom configuration file used to define transformation processes.

    In the next steps you create two XML Schema (.xsd) files, a web service description (.wsdl) file and an XSL stylesheet (.xsl) file. To run an XSL Transformation Service, you need at least one XML Schema, one WSDL file and one XSL stylesheet. For the purpose of this tutorial, you create two XML Schemas.