What's the simplest way to call Http GET url using Delphi?
Posted
by Mohammed Nasman
on Stack Overflow
See other posts from Stack Overflow
or by Mohammed Nasman
Published on 2008-11-19T10:52:34Z
Indexed on
2010/03/20
3:11 UTC
Read the original article
Hit count: 528
There's a web services I want to call in my application, I can use it with importing the WSDL or by just use "HTTP GET" with the URL and parameters, so I prefer the later because it's simple thing.
I know I can use indy idhttp.get, to do the job, but this is very simple thing and I don't want to add complex indy code to my application.
UPDATE: sorry if I was not clear, I meant by "not to add complex indy code", that I don't want add indy components for just this simple task, and prefer more lighter way for that.
© Stack Overflow or respective owner