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: | 7 Feb 2007 08:16:46 |
SD99 wrote:
> Hi
> I've managed to get it working using IXMLHTTPRequest
> Only thing I would like to know is can I put a timeout on this or do
> I have to wait until it times out on its own. Would like if possible
> to set a time out so I can then change to the backup server.
>
> Thanks
>
>
> "SD99" <nospam@nospam.com> wrote in message
> news:45c86851@newsgroups.borland.com...
> > 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
Only way would be to have a loop checking the ReadyState of your
IXMLHTTPRequest.
--
none