|
|
|
date: Wed, 15 Jun 2005 11:15:07 -0700,
group: microsoft.public.data.xmlanalysis
back
Re: XMLA transport
ADOMD.NET and the OLE DB provider for AS 2005 are capable of communicating
over TCP/IP to the AS 2005 server. If you connect with:
Data Source=localhost
the connection opened will be a TCP connection. If you use instead:
Data Source=http://localhost/as/msmdpump.dll
then the connection would be over HTTP.
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.
"Suman" wrote in message
news:C1015A10-62A3-433C-9A77-0B6296AC62A7@microsoft.com...
> Akshay,
>
> I found this;
> >>
> Analysis Services 2005 has serveral new transport related features. It
does
> of course still support text/xml for compliance with the XMLA spec. It
also
> adds support for binding the XMLA protocol directly on TCP/IP (not a
public
> API), compression, encryption, binary XML, etc. Lots of cool new features.
>
> Thanks,
> Akshai
> >>
> from you in one of the threads. I'm interested in particular with TCP/IP
> communication with XML/A. Could you please point me to some more
information
> and some samples,
>
> Thanks,
> Suman
>
date: Fri, 8 Jul 2005 12:44:53 -0700
author: Akshai Mirchandani [MS]
|
|