cancel
Showing results for 
Search instead for 
Did you mean: 

BI 7.3 SDK

michael_voss2
Participant
0 Kudos

Hello everybody!

We are trying to access data from our SAP BI (7.31) from an external Java (1.6 or 1.7) batch application using MDX queries (XMLA). We've been successful using Java 1.4 with some old BI SDK using http:, but this SDK does no longer work with Java 1.6. Currently, we are struggling to find the correct Java SDK for our needs.

It seems this kind of question has been posted lots of times before, but none of the answers I read leads to a bunch of jars that I might be able to import into my Java project either on our BW servers or in the internet. So can anyone help me out on this ? Where would I find "THE JAVA BW SDK" to use inside my Java application ?


Thanks a lot

Michael

Accepted Solutions (0)

Answers (1)

Answers (1)

michael_voss2
Participant
0 Kudos

Hello everybody!

No, sadly enough we did not get an answer to this question, but resolved the issue by creating our own client around the standard BI webservice that is exposed on every BI server.

Thank you anyway!