What is included with the MicroStrategy Web Services Development Kit?
When deploying MicroStrategy functionality as a Web service, the Web services architecture will generally consist of two essential components that act as 1) a Web Services container (listener) that listens to requests for MicroStrategy reports as Web Services and passes these requests to the Intelligence Server and 2) the client application that knows how to interact with the MicroStrategy Web Services container to send a Web Services request and get the result back. The MicroStrategy Web Services Development Kit includes sample code that allows developers to: • Expose a report or a list of reports and documents as a Web service • This sample code would reside on the Web services container, read the MicroStrategy metadata and expose a report, document, or list of reports, and documents. • Retrieve and display a list of reports and documents from a Web service • This sample code would reside on the Web services client. Documentation accompanies the sample code. • Leverage integrated aut