> All I want to do is to call the webserver with > some parameters and then let it execute and > after a while return some data. > Is there any standardcomponents in Delphi > that I can use or is there any > 3rd part components that is better?
You can use any HTTP client component. For example Indy or ICS component. You could download freeware, full source code, ICS from http://www.overbyte.be and have a look at HttpTst demo program. ICS is on Delphi companion CD but it is an older version that the one available from the website, except if you already have Delphi 2006 which include the latest ICS version. -- Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED] Author of ICS (Internet Component Suite, freeware) Author of MidWare (Multi-tier framework, freeware) http://www.overbyte.be ---------- De : Jesper Stenlund[SMTP:[EMAIL PROTECTED] Répondre à : Borland's Delphi Discussion List Date : lundi 21 novembre 2005 16:21 A : [email protected] Objet : Delphi calling webserver using HTTP Hi all We have an architecture looking like this: Client (JAVA) => webserver (JAVA-code) => Database Today we have some JAVA-clients running and they are using HTTP to communicate with the webserver. Is it possible to use a Delphi-client and use HTTP for that as well? Or is there another much better way to do this? Is there any standardcomponents in Delphi that I can use or is there any 3rd part components that is better? All I want to do is to call the webserver with some parameters and then let it execute and after a while return some data. If anyone knows of a website where I can find some examplecode about a Delphi-app calling a webserver I would be very grateful. Sorry for my poor description and my poor english, but I hope you understand what I'm looking for. //Jesper Stenlund _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

