COGNOiSe.com - The IBM Cognos Community

Legacy Business Intelligence => COGNOS ReportNet => SDK => Topic started by: mcolley73 on 12 Jul 2007 10:56:43 AM

Title: SDK Classpath -- Required JAR files for SDK?
Post by: mcolley73 on 12 Jul 2007 10:56:43 AM
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!
Title: Re: SDK Classpath -- Required JAR files for SDK?
Post by: 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
Title: Re: SDK Classpath -- Required JAR files for SDK?
Post by: Captain on 26 Jun 2017 03:48:34 AM
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?
Title: Re: SDK Classpath -- Required JAR files for SDK?
Post by: MFGF on 26 Jun 2017 04:06:15 AM
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.