I need to generate the TRemotable classes of a WebService SOAP based on an XML. I tried the Delphi XE XML Bind but it generates interface with uses uses xmldom, XMLDoc, XMLInt.
I need to generate the TRemotable classes of a WebService SOAP based on an XML. I tried the Delphi XE XML Bind but it generates interface with uses uses xmldom, XMLDoc, XMLInt.
To generate the client for a WebService
in Delphi, you must use the WSDL Import Wizard, using the following steps:
The Webservice WSDL Import Wizard will generate a unit
with the classes you need.