Understanding the XSLT Designer

Creating a WSDL File

In this step you create a web service description file that defines the web interface of our XSLT 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.

  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.

    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.

    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.

    A WSDL File in the Projects Window
    Note –

    Creating and editing WSDL files is not covered in this tutorial. For detailed information on the WSDL Editor in the NetBeans IDE, see Developer Guide to the WSDL Editor.