PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Guthierry Marques Neto   Simple PHP SSAS XMLA Request   README.md   Download  
File: README.md
Role: Auxiliary data
Content type: text/markdown
Description: README FIRST
Class: Simple PHP SSAS XMLA Request
Send SOAP request with XMLA for SSAS
Author: By
Last change:
Date: 9 years ago
Size: 1,214 bytes
 

Contents

Class file image Download

SIMPLE_SSAS_HTTP_REQUEST

This class allows the processing of XMLA requests in a simple manner for easy implementation. The class is how to use simple as possible, SQL Server Analysis Services must be previously configured: HTTP ACCEPT REQUESTS WITHOUT AUTHENTICATION. Without which the class is inefficient, The class has no support for MDX queries, only serves to send xmla for processing cubes, object creation, etc. Will not return any responses. An example of use is in example.php file

Author: Guthierry Marques Neto

Esta classe permite o processamento de requisições XMLA de maneira simples para facil implementação.

A classe é a forma de uso mais simples possivel, o SQL Server Analysis Services deve estar PREVIAMENTE CONFIGURADO: ACEITAR REQUISIÇÕES HTTP SEM AUTENTICAÇÃO. Sem o qual a classe é ineficiente, caso implemente o uso com autenticação (simples, user athentication e etc) por favor contribua com a comunidade.

A classe não possui suporte a consultas mdx, serve somente para o envio de xmla para processamento de cubos, criação de objetos e etc. Não irá retornar dados.

Autor: Guthierry Marques Neto