cancel
Showing results for 
Search instead for 
Did you mean: 

BusinessObjects Web Services Consumer jar files

Former Member
0 Kudos
247

Hi,

i'd like to build a Java consumer for BusinessObjects Web Service.

I read in the doc that I need to add to my project the Java consumer JAR files located in C:\Program Files (x86)\SAPBusinessObjects\SAP BusinessObjects Enterprise XI 4.0\java\lib.

The problem is that there are about 400MB of jars so my question is: What are the web services consumer jars that can I extract form that folder and include and distribute in my application?


I use SAP BO 4.1

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Ricardo,

You can use the below list of jar files to run an application which is based on Web Services Java SDKs:

axiom-api-1.2.13.jar

axiom-impl-1.2.13.jar

axis2-adb-1.6.2.jar

axis2-kernel-1.6.2.jar

axis2-transport-http-1.6.2.jar

axis2-transport-local-1.6.2.jar

axis2-xmlbeans-1.6.2.jar

commons-codec-1.3.jar

commons-httpclient-3.1.jar

commons-logging-1.1.1.jar

dsws-bicatalog.jar

dsws-biplatform.jar

dsws-common-util.jar

dsws-common-util_tr.jar

dsws-common.jar

dsws-publish.jar

dsws-reportengine.jar

dsws-session.jar

dsws-webishared-provider.jar

httpcore-4.0.jar

mail-1.4.jar

neethi-3.0.2.jar

TraceLog.jar

wsdl4j-1.6.2.jar

xmlbeans-2.3.0.jar

XmlSchema-1.4.7.jar

You can find the above list of jar files at below location:

C:\Program Files (x86)\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\web services\en\dsws_consumer\data\dswsJavaApi

The above location contains some jars & a folder as external. You also have to use the external jar files in your eclipse project to run an application based on Web Services Java SDKs.

Hope it helps.

Thanks,

Shailendra

Answers (0)