Problem with the delphi importer WSDL

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.

+5
source share
1 answer

I have no personal experience, but the Free Pascal Web Service Toolkit seems to be actively developing. It is compatible with Delphi and can be used to create clients and web service servers.

WSDL, , "". WSDL.

FPCUnit . Delphi DUnit.

+1

All Articles