Having issue with delphi WSDL importer

2020-07-13 10:51发布

I am importing a WSDL provided by third party. but I am not successful with delphi WSDL importer. When I import the WSDL then delphi WSDL importer is hiding the implementation of the classes from the WSDL file.The WSDL file contains some functions which accept objects as parameter. After importing the WSDL delphi gives error as some variables are undeclared which are actually objects of class,whose definition is hidden by WSDL importer.

1条回答
甜甜的少女心
2楼-- · 2020-07-13 11:18

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

It includes a WSDL importer, both as a command-line utility and a "Wizard". It also has a WSDL based type library editor.

The toolkit uses FPCUnit for test cases. For Delphi, DUnit is used.

查看更多
登录 后发表回答