cancel
Showing results for 
Search instead for 
Did you mean: 

Calling rest webservice through BODS

Former Member
0 Kudos

Hi,

I would like to call below URL through BODS and rest webservice.

https://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20yahoo.finance.historicaldata%20where%20symbol%20%3D%20%22ARE.TO%22%20and%20startDate%20%3D%20%222015-05-01%22%20and%20endDate%20%3D%20%222015-08-21%22&diagnostics=true&env=store%3A%2F%2Fdatatables.org%2Falltableswithkeys

When adding adapter operation what should be my target URL and what should be the input parameter I should pass as XML?

Also can you please let me know if there is any other way I call call this URL in BODS.

Appreciate your suggestion.

Thanks

Eswari

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

create a RESTFul Webservice Datastore, you will need WADL file of the service as input to import the request and response metadata

you can generated this from SoapUI using the following URL

https://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20yahoo.finance.historicaldata%20where...