How to build stand-alone SOAP web services using Delphi?

Eugene Yokota picture Eugene Yokota · May 11, 2009 · Viewed 11.9k times · Source

How can I build a stand-alone SOAP-based Web Services using Delphi? Must work with Delphi 2009, but it'd be nice if it worked with older ones too.

The built-in WebBroker Web Services creates CGI or ISAPI. It would be nice to create a stand-alone executable that I can control from bottom to top, especially during development.

Answer

Eugene Yokota picture Eugene Yokota · May 11, 2009

RemObjects SDK for Delphi (RO/Delphi).

Different messaging formats are provided, including our own highly efficient binary BinMessage format, as well as support for SOAP, XML-RPC and - new - JSON encoding, in case you want to make your servers accessible to clients not using RO, or write clients to access Web Services provided by others.