Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Feb : Re: Send & Receive XML using indy
| Subject: | Re: Send & Receive XML using indy |
| Posted by: | "Eddie Shipman" (mr_delphi_developer@nospamyahoo.com) |
| Date: | 6 Feb 2007 07:18:18 |
SD99 wrote:
> Hi,
> I'm in the process of making a program that will need to be able to
> send an XML document to a
> web server which will in turn process it and the send me a response
> XML document with the results of my query, I am going to be using the
> Indy components to achieve this.
> What I need is info or code on how I can achieve this using the Indy
> components.
>
>
> Thanks
It would actually be much easier to use an IXMLHTTPRequest to do this.
Take a look at the code here and see:
http://www.delphipages.com/result.cfm?ID=4615
Mentioned article(s):
http://www.delphipages.com/news/detaildocs.cfm?ID=137
http://www.delphipages.com/news/detaildocs.cfm?ID=138
--
none