hai all i installed the xmla in my machicne(win 2000 pro) but getting the following error <?xml version="1.0" ?> - <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> - <SOAP-ENV:Body> - <SOAP-ENV:Fault> <faultcode>XMLAnalysisError.88BA0800</faultcode> <faultstring>The Web Service supports only the POST operation.</faultstring> <faultactor>XML for Analysis Provider</faultactor> - <detail> - <faultstring> <Error ErrorCode="2293893120" Description="The Web Service supports only the POST operation." Source="XML for Analysis Provider" /> </faultstring> </detail> </SOAP-ENV:Fault> </SOAP-ENV:Body> </SOAP-ENV:Envelope> what might be worst. thanx in advance
This is good -- it means exactly what it says: the XMLA SDK does not support the GET operation. To use it as a web service, you should be sending HTTP POST requests. See books online, the sample applications that come with the SDK and the XMLA spec at http://xmla.org for more information. 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. "shyjunair" wrote in message news:1FB44D9A-B646-4CDC-A8D2-C72620F3C0DF@microsoft.com... > hai all > i installed the xmla in my machicne(win 2000 pro) but getting the following > error > <?xml version="1.0" ?> > - <SOAP-ENV:Envelope > xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" > SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> > - <SOAP-ENV:Body> > - <SOAP-ENV:Fault> > <faultcode>XMLAnalysisError.88BA0800</faultcode> > <faultstring>The Web Service supports only the POST > operation.</faultstring> > <faultactor>XML for Analysis Provider</faultactor> > - <detail> > - <faultstring> > <Error ErrorCode="2293893120" Description="The Web Service supports only > the POST operation." Source="XML for Analysis Provider" /> > </faultstring> > </detail> > </SOAP-ENV:Fault> > </SOAP-ENV:Body> > </SOAP-ENV:Envelope> > > what might be worst. > thanx in advance