Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MSTR 7 Web API application development

Status
Not open for further replies.

ellis27

Technical User
Nov 6, 2003
8
US
Does anyone can explain about MicroStrategy 7 Web API application development.
What is it exactly and how it is implemented ?.
Any feedback will be appreciated.
Thanks in Advance.
--Ellis
 
The MSTR Web that everyone uses to access any application (developed in MSTR) has been developed using Web API.

Web API allows an interface with the Intelligence Server. The API consists of numerous functions and calls written in Java which the Intelligence Server can understand. These calls include "Login to Project", "Execute Report", etc etc etc.
Externally this API exposes simple functions that can be invoked using VB Dlls and/or directly from ASP. You do not have to worry about any of the Java API calls.

Hope this helps.

You can get a reference to this if you have installed MicroStrategy on your desktop.
Follow the clicks
Start->Programs->MicroStrategy7->SDK->Documentation->Java Web API Reference

 
Thanks so much.
I'll browse the path and will find out more.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top