Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Feb : Re: Send & Receive XML using indy
| Subject: | Re: Send & Receive XML using indy |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Tue, 6 Feb 2007 09:58:24 |
"SD99" <nospam@nospam.com> wrote in message
news:45c86851@newsgroups.borland.com...
> What I need is info or code on how I can achieve this using
> the Indy components.
Use TStream objects when sending/receiving the data. Both Get() and
Post() methods of TIdHTTP have overloaded versions that allow TStream
input and output objects.
Gambit
none