How to make a remote procedure call (SOAP client)?

delphi, soap-client

Solution

Wizard or command-line utility import a published WSDL document and then provide interface definitions and connection information you need.

Documentation: http://docwiki.embarcadero.com/RADStudio/XE/en/Using_Web_Services

There are steps for generating interface and code examples.

Take a look at this article : http://www.drbob42.com/examine/examinE2.htm

Problem

I have never used SOAP before. Now someone has given me a link to WSDL file and told me to develop an application that makes remote procedure calls to web services which are defined by the WSDL file. I haven't a clue where to begin ... (XE2 starter edition)

Original source