The WebService class / com.WebServices methods |
Creates a xml.DomDocument object with the WSDL corresponding to the Web Service object.
generateWSDL( location STRING ) RETURNING result xml.DomDocument
The generateWSDL() method creates a new xml.DomDocument object containing the WSDL data of the Web Service object.
The URL where the Web Service will be deployed must be specified.
In case of error, the method throws an exception and sets the STATUS variable with the appropriate error number.