Creating a WSDL file to preview

You can create a WSDL file from a Service part to preview the file that will be generated for that part.

Do not use this process to expose a web service to other applications. Instead, create a WSDL file by adding SOAP binding information to the EGL deployment descriptor file and then generating the service.

To create a WSDL file for preview:

  1. In the Project Explorer view, right-click the file that contains the Service part and then click EGL Services > Generate WSDL File. The Create WSDL file window opens.
  2. Complete the Project Source, Folder, and WSDL file name fields with the location and name of the new WSDL file.
  3. Under Advanced, provide the deployment information to be added to the WSDL file.
  4. Click Finish.

The WSDL file is created in the location that you specified. This file is not updated automatically. If the service information changes, you must recreate or edit the WSDL file.


Feedback