views:

133

answers:

1

After getting stuck trying to access another domain with ajax I discovered I'll need to use jsonp. However the web service I'm using doesn't provide jsonp output. No problem, I can write something simple on my own webserver that will wrap the output of their thing with jsonp. However before I reinvent the wheel, is there some exisiting programme that will do this for me?

+1  A: 

Try YQL: http://developer.yahoo.com/yql/

Also, see this: "How to use YQL to retrieve web results"

J-P