Connect Java with SSRS URL Access method
888525Jan 23 2013 — edited Feb 18 2013I am trying to connect SSRS with Java to display the reports in a browser.
My application is java 1.6 Swing application and use Applet.I read the article
http://www.javaworld.com/javaworld/jw-01-2005/jw-0110-sqlrs.html?page=4
But I am not able to understand why do we need the servlets the authors has mentioned.
I am able to connect and get back the report in pdf format without these servlets .Also what sort of access will be required for this.
Will all external users need access to the report server.
Some one please help
Any other suggestion for connection SSRS with JAVA .I have tried webservice method and it dint work either now I am planning for url access
but need help with this
Thanks