Sumeet, did you make progress? When I implemented XMLA Execute support
within our product line, I did so largely by reference to the
xmla1.1.doc document on this XMLA.org site:
Additionally, the system that I happened to be testing against sent back
a SOAP response indicating it was xsd:string return type rather than XML, so we
needed to make a tweak in our SOAP response handling to accommodate that.
There's a decent example in that doc of a XMLA SOAP response, as I say the real
life example I encountered differed only in having the xsd:string specified as
follows:
<return xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="xsd:string">
-gr -----Original
Message-----
From: Mike Burati Sent: Tuesday, December 09, 2003 9:58 AM To: Graeme Riddell Subject: FW: response xml query
|
- RE: XMLA response xml query Graeme Riddell
- RE: XMLA response xml query Sumeet Satish Agarkar