WSDL

A WSDL document is written in XML and describes a Web service. In addition to specifying the location of the Web service, a WSDL description also specifies the methods provided by the Web service, and the messages, datatypes, and communication protocols used by the Web service with the following tags:

WSDL is usually automatically generated by the ASE Web Services Engine and can be viewed in a Web browser at the following location:

http://myserver:producer_port/services/ase?wsdl

where myserver is the name of the host on which the ASE Web Services Engine is running, and producer_port is the port number.