function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
jpizzalajpizzala 

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?

cgosscgoss

We're still able to use this from within s-controls using ajax, so they haven't disabled the functionality altogether.

jpizzalajpizzala

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.