Understanding the XSLT Designer

Creating a WSDL File

Next you create a web service description file defining the web interface of our XSL Transformation Service.

ProcedureTo 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, then click Next.

  3. Under Input, in the Element Or Type column, click the ellipsis (...) button. The Select Element Or Type dialog box opens.

  4. Select By File > HelloXSLTransformation > src/HelloXSLTIncoming.xsd > Elements > name and click OK.

    Select the Name Element
  5. Under Output, in the Element Or Type column, click the ellipsis (...) button. The Select Element Or Type dialog box opens.

  6. Select By File > HelloXSLTransformation > src/HelloXSLTOutgoing.xsd > Elements > greeting and click OK.

    Select the Greeting Element
  7. Click Next.

  8. In the Binding Type Field, select SOAP.

  9. Under Binding Subtype, select Document Literal, then click Finish.

    You should see the HelloXSLTWSDL.wsdl file listed under the Transformation Files node in your HelloXSLTransformation project.

    A WSDL File in the Projects Window