3
votes

I am looking for a sample SOAP client for Delphi using the OverByte Internet Component Suite, a non-blocking socket library. The demos for OverByte ICS include basic HTTP client and server, but not SOAP.

I am hoping that someone has a demo, or can point the steps to making SOAP work using ICS.

1
Try to check this demo directly from OverByte. Hope this helps because I'm not familiar with this component suite at all :) - user532231
@daemon_x: You should post your comment as an answer. This looks like it's exactly what Warren is looking for. - Bruce McGee

1 Answers

1
votes

To plug in Soap in a HTTP client or server using the standard Soap library in Delphi, you can use the ObjectToSOAP and SOAPToObject methods of TRemotable as a starting point. These methods serialize / deserialize objects derived from TRemotable to / from XML.