Having issue with delphi WSDL importer

余生颓废 提交于 2019-12-05 01:09:55

问题


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:


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.



来源:https://stackoverflow.com/questions/12245703/having-issue-with-delphi-wsdl-importer

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!