| 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.
|
 |
 |
|
|
subject: Implementing SQL Server Reporting Services with a Java EE Application
|
|
|