i was hoping i could capture external web service just the way i interact with my database e.g
var data_websevice = Database.Open("http://www.stackoverflow.com/atom/tags");
is this a possibility?
I actually need to return a json data to my client page. using the autocomplete jquery UI.Thanks