Pentaho web service for .Net
Anyone knows how to run pentaho reports through their web service?
My prob开发者_如何转开发lem is that I must request reports to pentaho from .Net, if there's any other solution apart from the web service, I really appreciate it.
Thanks!
Pentaho reporting is fully exposed via ordinary URLs. You can query the server for a XML document containing all parameter information necessary to build your own parameter-UI and you can request the resulting documents (PDF, HTML, PNG images etc) via a ordinary HTTP-GET request too. No need for fancy web-services when you can have REST.
For more details: Follow my documentation/guide here:
http://www.sherito.org/2011/06/integrating-phpaspruby-web-applications.html
http://www.sherito.org/2011/06/creating-your-own-parameter-ui-for.html
精彩评论