Understanding the XSLT Designer

Creating the XSLT Module Project

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

ProcedureTo 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.

    New Project Name and Location
  7. Click Finish.

  8. The Projects window now contains the HelloXSLTransformationa project node.

    HelloXSLTransformation in the Projects Window

    Next 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.