Creating a WSDL file from a Service part

You can create a sample WSDL file as a point of reference to a Service part.

This method is provided mainly for compatibility and to preview the WSDL file that will be created when you deploy your service. If you want to expose a Web service to other applications through a WSDL file, add Web service binding information to an EGL deployment descriptor file and then generate the project to create a WSDL file.

  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. Fill out 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 new WSDL file is created in the location that you specified. This file is not updated automatically, so if the service information changes, you must recreate or edit the WSDL file.


Feedback