Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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)

like image 567
Mawg says reinstate Monica Avatar asked May 03 '13 06:05

Mawg says reinstate Monica


1 Answers

There is a Web Service Toolkit compatible with Free Pascal and Delphi. It includes WSDL import and seems to be in active development.

http://wiki.freepascal.org/Web_Service_Toolkit

like image 135
mjn Avatar answered Oct 06 '22 01:10

mjn