This software tool imports .net assemblies, WSDL, and web service XML schema to generate Delphi classes. It simplifies the process of importing and using various types of imported assemblies.

This tool is divided into two parts, namely the Import .Net Assemblies Wizard and the Import WSDL/Web Services Wizard. The first wizard is specifically designed for importing .net assemblies and generating Delphi classes from the types of the imported assemblies. On the other hand, the second wizard is used for importing Web Service Description Language files or URLs, as well as XML schema that describes a web service. It also generates Delphi classes from the types of the imported WSDL assemblies.
One of the key features of this tool is its ability to import any .net library files, including DLLs and executables. It also allows developers to import any assemblies from the Global Assembly Cache (GAC). Additionally, it can import any Web Services Definition Language (WSDL) files, making it more versatile.
The tool also offers a functionality to generate Delphi codes from the imported assemblies using the runtime library files. This makes it easier for developers to seamlessly integrate .net libraries into their Delphi projects and ensures compatibility between the two platforms.
Overall, the .Net DLL/WSDL Importer for Delphi is a great tool for developers working with .net libraries, providing easy integration into their Delphi projects. Its versatile functionality and ease of use make it an essential tool for any developer working with Delphi and .net libraries.
Version 6.0.4.0:
- Optimised Delphi codes generated by the utility.
- Fixed reflection type load exception when generating Delphi codes from GAC Asemblies.