What is XMLA ?- XML for Analysis (XMLA) is a Simple Object Access Protocol (SOAP)-based XML protocol, which is designed for the universal data access to any standard multidimensional data source residing on the Web. - The need to deploy a client component that exposes Component Object Model (COM) or Microsoft .NET Framework interfaces is also eliminated by XMLA. - When round trips to the server are expensive in terms of time and resources, and when stateful connections to a data source can limit user connections on the server it optimizes the internet. - It is a native protocol used for Microsoft SQL Server 2005 Analysis Services (SSAS), used for all interaction between a client application and an instance of Analysis Services. - Extensions are provided to support metadata management, session management, and locking capabilities and the analysis services also fully support the XML for analysis 1.1. - This protocol is used by both Analysis Management Objects (AMO) and ADOMD.NET while communicating with an instance of Analysis Services.
|
XML DOM and SAXXML DOM and SAX - What is DOM?, Explain the difference between DOM and SAX, Explain the features of DOM, What is SAX? Explain its features.....