aspose file tools
The moose likes Web Services and the fly likes Implementing SQL Server Reporting Services with a Java EE Application Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Implementing SQL Server Reporting Services with a Java EE Application" Watch "Implementing SQL Server Reporting Services with a Java EE Application" New topic
Author

Implementing SQL Server Reporting Services with a Java EE Application

Khushwinder Chahal
Ranch Hand

Joined: Oct 03, 2007
Posts: 128
Hi All,

I need to find some tutorial on
"Implementing SQL Server Reporting Services with a Java EE Application"
for my j2EE application.
Until now i have searched a lot of sites but have not any thing related to this topic.
I am using apache axis along with SQL Server Report Manager for creating the sql server reports.
I have done upto :
Creating the webservice with the help of report manager.

Now i want to connect it through my j2EE application and want to retrieve some data from that web service.
I have got stuck on the following lines in my code where i have used findItem() method. I am not able to predict what should i have to write in place of foldername option in that method.
I have tried a lot of things but no success.





i.e. while executing the findItems() method i got the following exception :

System.Web.Services.Protocols.SoapException: The item '/reportingservices' cannot be found. ---> Microsoft.ReportingServices.Diagnostics.Utilities.ItemNotFoundException: The item '/reportingservices' cannot be found.
at Microsoft.ReportingServices.Library.RSService.FindItems(String folder, String operation, SearchCondition[] properties)
at Microsoft.ReportingServices.WebServer.ReportingService2005Impl.FindItems(String Folder, BooleanOperatorEnum BooleanOperator, SearchCondition[] Conditions, CatalogItem[]& Items)


Any any body has any idea please help me.
I need it urgently.
Regards.
[ February 20, 2008: Message edited by: Khushwinder Chahal ]

Khushwinder
Khushwinder Chahal
Ranch Hand

Joined: Oct 03, 2007
Posts: 128
Thanks all.
have solved it with the help of my friend.
Regards.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Implementing SQL Server Reporting Services with a Java EE Application
 
Similar Threads
Integrating J2EE application with SQL Server Reporting Services
RMI Concepts
need java logic
help connecting to mysql database
URL Access to SSRS is asking for authentication