XMLA Client Library
XML for Analysis (XMLA) is the industry standard for accessing OLAP servers. This package is a Java (OO) implementation of the XMLA client protocol, allowing you to build an XMLA client without the burden of handling an XML request and/or taking care of communication protocol.

Currently HTTP and NTLM, BASIC authentication are supported.

The library currently implements the DISCOVER and EXECUTE methods.

  • EXECUTE method supports MDDataSet data type (multidimensional result set)
  • DISCOVER is implemented partially (and is trivial to extend)

If you need any features that are currently not supported, please contact us, we will be happy to assist you.

Check here for further details or dowload the library (LGPL license) here.