Understanding the XSLT Designer

ProcedureTo create and XSLT Service:

  1. In the Projects window, right-click the HelloXSLTransformation > Transformation Files node and choose New > XSLT Service.

  2. In the Service Type window, ensure that the Request-Reply Service radio button is selected and click Next.

  3. In the next step, enter HelloXSLTServiceas the service name and click Choose to select Operation for the service.

  4. In the TransformMap Service Parameters window, expand the upper node with the target namespace until you see the operation, select HelloXSLTWSDLOperation and click Next.

    Select Operation for the service
  5. Click Finish. The HelloXSLTService.xslfile opens in the XSLT Editor, where you can only view and edit the source code.

    Now you need to populate the XSL stylesheet with the transformation rules. The XSL stylesheet defines how to transform the input XML document. In this version of the XSLT Designer, you can only edit the source code in the Source view.