0
votes

For build automation, I would like to invoke the XML Data Binding Wizard in Delphi from a build script. I have found the WSDLImp.exe, but this tool seems to generate WSDL based Delphi code only.

Is the XML schema binding wizard (which generates Delphi code for XSD files) available as a command line tool?

1

1 Answers

0
votes

As it is a Wizard, it is by definition a UI kinda thing, not a command line one.
Maybe you mean as a separate exe that you can launch without Delphi?
AFAIK, it is not possible.
FYI, it is part of the dclnet design time package. The class of the wizard-dialog is TXMLNewBindingDlg.