I import WSDL provided by a third party. but I failed with the delphi importer WSDL. When I import WSDL, the delphi importer of WSDL hides the implementation of the classes from the WSDL file. The WSDL file contains some functions that take objects as parameters. After importing WSDL, delphi gives an error, because some variables are undeclared, which are actually objects of the class whose definition is hidden by the WSDL importer.
source
share