re: Direct XML/A transport via TCP/IP in SSAS2005 -
11-09-2005
, 05:07 PM
No, the TCP/IP protocol is not public -- the messages on top of that protocol are still XML/A, but you can't just write your own network library for it.
However, all three object models, OLE DB, ADOMD.NET and AMO support this protocol and so you shouldn't need to build your own.
Thanks,
Akshai
--
This posting is provided "AS IS" with no warranties, and confers no rights
Please do not send email directly to this alias. This alias is for newsgroup
purposes only.
-----Original Message-----
From: Max Berghammer
Posted At: Tuesday, November 08, 2005 5:21 AM
Posted To: microsoft.public.sqlserver.olap
Conversation: Direct XML/A transport via TCP/IP in SSAS2005
Subject: Direct XML/A transport via TCP/IP in SSAS2005
Hello !
I read the papers about SSAS Client architecture in MSDN ( http://msdn2.microsoft.com/en-us/library/ms174518.aspx ) and as i can see from there, there exist several ways to connect to SSAS 2005 through XML/A.
No my question is: How can i communicate with SSAS 2005 through "XMLA over TCP/IP" ? I already know, how to communicate through "XMLA over HTTP", but i need the "raw" way over TCP/IP. Is there an API-Reference to be found somewhere ? I cant find anything about this topic on the Web.
thanks in forward,
regards
Max |