We’re (trying) to use the SSRS SOAP API at work with a PHP application. We found an open source SDK over at codeplex but soon found it to be badly written, outdated and broken!! We were forced to write our own…
It’s been an interesting process, and we hope to release our library as an Open Source SDK as soon as possible but in the mean time, if you need the documentation and are struggling to find it on MSDN (like we did), its here: http://msdn.microsoft.com/en-us/library/reportservice2010.reportingservice2010.aspx
Hold out for our release, hopefully before the end of March 2011. If you’re interested in more information just leave a comment below!
P.S. That is the 2010 reference, which is what we’ll be coding for (i.e. ReportService2010.asmx?wsdl)
Warning: Declaration of Social_Walker_Comment::start_lvl(&$output, $depth, $args) should be compatible with Walker_Comment::start_lvl(&$output, $depth = 0, $args = Array) in /home/customer/www/arronwoods.com/public_html/blog/wp-content/plugins/social/lib/social/walker/comment.php on line 18
Warning: Declaration of Social_Walker_Comment::end_lvl(&$output, $depth, $args) should be compatible with Walker_Comment::end_lvl(&$output, $depth = 0, $args = Array) in /home/customer/www/arronwoods.com/public_html/blog/wp-content/plugins/social/lib/social/walker/comment.php on line 42
How is the development of this going? Is it still on time, and will it be compatible with SSRS 2005? I too have been trying to use the SSRS SDK from codeplex. It only takes a minor deletion of the number 2 from the method names to make it work, but I am having trouble getting things to work fully. Just looking at the other options. Thanks!
Hey Bill,
We have released an alpha version, its over at http://code.google.com/p/php-ssrs/
It is coded for 2008 R2 (i.e. using the ReportService2010 file) but the changes required are minimal and I’ve been considering adding in backwards compatibility for a while.
Take a look at the code and samples, would be great to see what you think. It might not be exactly what you need if you’re working with SSRS 2005, but it might be easier to adapt than the codeplex one?