Closed GoogleCodeExporter closed 9 years ago
I think this is an IIS issue at the moment. I am now sending:
<?xml version="1.0" encoding="utf-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Body>
<Discover xmlns="urn:schemas-microsoft-com:xml-analysis" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<RequestType>DISCOVER_DATASOURCES</RequestType>
<Restrictions> </Restrictions>
<Properties>
<PropertyList>
<DataSourceInfo>http://localhost/olap/msmdpump.dll</DataSourceInfo>
<Catalog>Adventure Works DW</Catalog>
</PropertyList>
</Properties>
</Discover>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
from the xmlajs4:Pivot Table Example and getting the same HTTP:500 error from
IIS. However if I grab that same xml and paste it into a New Query in
SqlServer2008 SSAS and run it, I get the correct response:
<row>
<DataSourceName>TBC</DataSourceName>
<DataSourceDescription />
<URL />
<DataSourceInfo />
<ProviderName>Microsoft Analysis Services</ProviderName>
<ProviderType>MDP</ProviderType>
<ProviderType>TDP</ProviderType>
<ProviderType>DMP</ProviderType>
<AuthenticationMode>Authenticated</AuthenticationMode>
</row>
I find the security around IIS totally incomprehensible and am going to beat
that up for a while :-)
Original comment by crzymnm...@comcast.net
on 8 Dec 2011 at 5:07
Turned out to be cross-domain issue, nothing specific to this particular setup
Original comment by roland.bouman
on 9 Dec 2011 at 11:11
Original issue reported on code.google.com by
roland.bouman
on 2 Dec 2011 at 1:15