Avatar of Mutley2003
Mutley2003
 asked on

using YAHOO REST webservice from D5 (client side)

Hi
I haven't done any web work for a while, and my brain has turned to mush.

I want to build a quick and dirty client side  app in D5  to use YAHOO REST services to do a web query

The relevant specs are at
http://developer.yahoo.com/search/web/V1/webSearch.html
and the sample request is .

Sample Request Url: http://search.yahooapis.com/WebSearchService/V1/webSearch?appid=YahooDemo&query=madonna&results=2

the results come back in an xml like format in the browser.

My question is simple.. what components do I need for sending the http request, and how do I grab the results (to put them in a Tmeo or somesuch). (I am not concerned with decoding them.. I can get what I need out of them easily)

Thanks
Delphi

Avatar of undefined
Last Comment
Mutley2003

8/22/2022 - Mon
SOLUTION
wd123

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Mutley2003

ASKER
D5 does not have indy unfortunately .. it's a big package and I don't want to install it.

ASKER CERTIFIED SOLUTION
Russell Libby

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Mutley2003

ASKER
Perfect as usual, thank you Russell
Experts Exchange is like having an extremely knowledgeable team sitting and waiting for your call. Couldn't do my job half as well as I do without it!
James Murphy