I'd like to access data from a list in one web application in another web application. They are both in the same farm. For instance, web app 1 has a custom list and web app 2 has a CQWP that wants to show the web app 1 list. In my case, I have a MySite collection (web app 2) which needs to consume data from our main site (web app 1) where data is maintained centrally.
Is there a way to use something like crossdomain.xml and/or clientaccesspolicy.xml to do this?