Hi, all.
We have Cognos8 installed. I can hit the p2pd/servlet/dispatch URL, gain a session, etc. I'm curious if anyone familiar with the SDK using java can give me a sample classpath or what jar(s) are needed to begin interacting via the Cognos SDK? I'm going to be doing dev from my workstation and want to pull the needed files.
Thanks!
Hi,
you need following .jar files to begin interacting via Cognos SDK.
axis.jar;
axisCognosClient.jar;
commons-discovery.jar;
commons-logging.jar;
jaxrpc.jar;
saaj.jar;
wsdl4j.jar;
xercesImpl.jar;
xml-apis.jar;
dom4j.jar;
xalan.jar
Best of Luck
Dani
Quote from: Dani on 09 Aug 2007 03:03:35 AM
Hi,
you need following .jar files to begin interacting via Cognos SDK.
axis.jar;
axisCognosClient.jar;
commons-discovery.jar;
commons-logging.jar;
jaxrpc.jar;
saaj.jar;
wsdl4j.jar;
xercesImpl.jar;
xml-apis.jar;
dom4j.jar;
xalan.jar
Best of Luck
Dani
wsdl4j.jar is not provided in the Cognos installation folder. Does anyone know why or where to find?
Quote from: Captain on 26 Jun 2017 03:48:34 AM
wsdl4j.jar is not provided in the Cognos installation folder. Does anyone know why or where to find?
Hi,
This is a pretty old post, and lists the JAR files for an obsolete version of Cognos BI. I just checked in my 10.2.2 install, and the sdk\lib folder has wsdl4j-1.5.1.jar in it. I'm guessing this is the more modern replacement?
MF.