well, without trying, i'd say yes! i remember using fiddler with the jan ctp to see what happene d when i invoked a web service and it showed that the web service was returning a json string which represented the object returned by the service.
so i assume that iw will be able to get json serialized objects from anywhere...
Atlas does use JSON for its web service serialization. However, there are some tricks to calling a Yahoo service as it resides on a different server, and you need to get around cross domain limitations. For now, I suggest you use the script provided by Yahoo to make the call, and you can then use Atlas to process the data. We will try to improve this integration in the future.
thanks,
David
No comments:
Post a Comment