How to generate Tremotable Class with XML Bind?

Asked

Viewed 693 times

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 answer

2

To generate the client for a WebService in Delphi, you must use the WSDL Import Wizard, using the following steps:

  1. Start the Delphi XE
  2. Activate the menu File -> New -> Other...
  3. In the window shown, select the Delphi option Projects -> Webservices
  4. In the panel on the right choose WSDL Importer

The Webservice WSDL Import Wizard will generate a unit with the classes you need.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.