Hello.
I am using Webi SDK, JSP to customize the Webi application. The user would be able to schedule the report to run. I wanted to know how could it be automatically send to a group of users after the report is run using SDK. I am new to this.
Please help, Thanks in advance,
Rahul
keep in mind that reports that are created with the java api look different the in full client. The are some bugs/problems but you can handle it.
For you question. You’ll need to write a servlet ( or a .jsp, but jsp pages full of scriplets aren’t good to maintain ) to access the BO Server correctly.
So write a servlet, that
a) creates the report you want ( there’s a example from Eileen King here, just search for ‘jsp’ and ‘pdf’ and you’ll find the code )
b) send the reports through the Java Mail Api. you can obtain it either from SUN’s site or it’s already included in your SDK, but the second shouldn’tbe the case as BO only supports Java 1.3.1.