setting of msmdpump.dll doesn't work -
08-07-2006
, 10:19 AM
As per the article
http://www.microsoft.com/technet/pro.../httpasws.mspx, I have
set the msmdpump.dll to accept requests for client. It returns 500 Internal
Server Error. On using http tracer utlity, I found the following response .
I put http://localhost/olap/msmdpump.dll in an IE address bar and was
presented with
<? xml version ="1.0" encoding ="iso-8859-1"?>
< soap:Envelope xmlns:soap ="http://schemas.xmlsoap.org/soap/envelope/">
< soap:Body >
< soap:Fault xmlns ="http://schemas.xmlsoap.org/soap/envelope/">
< faultcode >XMLAnalysisError.0xc10e0002</ faultcode >
< faultstring >Parser: The syntax for 'GET' is incorrect.</
faultstring >
< detail >
< Error ErrorCode ="3238920194" Description ="Parser: The
syntax for 'GET' is incorrect." Source ="Unknown" HelpFile ="" />
</ detail >
</ soap:Fault >
</ soap:Body >
</ soap:Envelope >
I figured out GET is not supported. What settings I need to make to make
this work. Any hint will be highly appreciated.
Regards,
Vilas |