egl.generateWSDL

A new Ant task named egl.generateWSDL is introduced to enable generation of the WSDL file from an EGL service file via Ant. This task will generate WSDL file from an EGL service part.

Parameters

Attribute Description Required
serviceFile The file of the EGL service part to be generated from. Yes
destProject The destination project to place the generated WSDL file. No, the default is the project of the service file.
destFolder The destination folder to place the generated WSDL file. No, the default is “WSDL”.
destFileName The destination WSDL file name. No, the default is the name of the service file.
WSDLDocumentStyle WSDL Document type. The following values are available.
  • WSDLDocumentStyle
  • RPC Literal
No, the default is 1.
endpointHost Host name of the endpoint URL. No, the default is “localhost”.
endpointPort Port of the endpoint URL. No, the default is the port set in the preference.
endpointPath Path of the endpoint URL. No, the default is the path of the EGL service file.
V6ArrayNameStyle Boolean. Use EGL V6 Array Naming style. No, the default is false.
overWriteTarget Boolean. Overwrite the existing WSDL file with the same name. No, the default is false.
verbose If true, show all the logs. If false, only show important logs. No, the default is true.