You need to sign in to do that
Don't have an account?

Accessing report data via XML pull issues
We have been developing an application that utilizes the following XML pulling concept to gather report data:
http://sfdc-heretic.warped-minds.com/2006/04/10/progmatic-access-to-salesforcecom-reports/
Prior to the Summer '10 release, we were able to grab this information just fine. Now, however, all we can get is the login screen when we request a specific report. Did something change in this (unsupported) process? Is there another way we can programmatically get to this information?
We're still able to use this from within s-controls using ajax, so they haven't disabled the functionality altogether.
Thanks for your response, cgoss. It turns out that we accidentally made a change to the "sid" cookie (we were posting it to the wrong endpoint...d'oh!). We updated our logic and we are once again able to grab report data.