HI,
I am trying to create a report using the code given in the sdk(java).
my aim is to run the "Report Create" code from a EJB(stateless session bean).
when I run this code on Websphere it is giving the errors like..
The import org.apache.axis can not be resolved.
The import com.cognos can not be resolvd.
how to resolve these problems.
I think the code in the sdk is written for apche webserver. then how to use it for Websphere.
Hi, you cannot embed these sample apps in a application server. You have to execute the run.bat file and everthing is fine.