1
I need to generate the Tremotable classes of a SOAP Webservice based on an XML. I tried Delphi XE XML Bind but it generates interface with uses xmldom, Xmldoc, Xmlint.
1
I need to generate the Tremotable classes of a SOAP Webservice based on an XML. I tried Delphi XE XML Bind but it generates interface with uses xmldom, Xmldoc, Xmlint.
2
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.
Browser other questions tagged xml delphi
You are not signed in. Login or sign up in order to post.