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 a WSDL File

In this step you create a web service description file that defines the web interface of our XSLT Service.

To Create a WSDL File

  1. In the Projects window, right-click the HelloXSLTransformation > Transformation Files node and choose New > WSDL Document.
  2. In the File Name field, type HelloXSLTWSDL.
  3. Select Concrete WSDL Document as the WSDL type.
  4. Select SOAP from the Binding drop-down list, and Document Literal from the Type drop-down list, then click Next.
  5. The Abstract Configuration window will open. Under Input, in the Element Or Type column, click the ellipsis button. The Select Element Or Type dialog box opens.
  6. Scroll up and select By File > HelloXSLTransformation > src/HelloXSLTIncoming.xsd > Elements > name and click OK.
    image:Select the Name Element
  7. Under Output, in the Element Or Type column, click the ellipsis button. The Select Element Or Type dialog box opens.
  8. Select By File > HelloXSLTransformation > src/HelloXSLTOutgoing.xsd > Elements > greeting and click OK.
    image:Select the Greeting Element
  9. Click Next.
  10. On the Concrete Configuration page review the values and click Finish. You should see the HelloXSLTWSDL.wsdl file listed under the Transformation Files node in your HelloXSLTransformation project.
    image:A WSDL File in the Projects Window

    Note - Creating and editing WSDL files is not covered in this tutorial. For more information about the WSDL Editor, see Oracle Java CAPS WSDL Editor User’s Guide.