|
thnx Graeme, We were previously using xmla sdk1.0 With the 1.1 ver the return tag does not have the xsd:String type. What were the changes you implemented for changing the handling of soap
resp? Hence the data type mismatch error does not replicate. Regards, Sumeet
Agarkar Software Engineer MAC Infosys
Technologies Limited� Bangalore. Extn:55936 -----Original
Message----- 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: http://www.xmla.org/docs_pub.asp 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----- -----Original Message----- Thank you Mike. I'll check up on the link you have sent. I have tried sending three MDX queries to get the
data from OLAP using msxisapi.dll Each time depending on the data I want to fetch
<Axis Info name="Axis0"> for the columns <Axis Info name="Axis1"> for the rows
and <Axis Info name="SlicerAxis"> for the values as elements. The child elements vary according to the amount of
data. I wanted to know if there is a specific relationship between the query I
send the response XMLA I get. Thanks. Regards, Sumeet Agarkar Software
Engineer MAC Infosys Technologies Limited� Bangalore. Extn:55936 -----Original
Message----- AxisInfo
is specific to XMLA, not to Apache AXIS - it's just a coincidence that the
names are similar. Our web
services guy with XMLA expertise is out of the office, otherwise I could
probably give you a link to XMLA info, but you can probably find more via
google / altavista... Note,
from various notes I've seen ( http://www.dbforums.com/t676822.html
and others), not all XMLA providers are sending back valid XML and/or valid
SOAP envelopes (eg, wrong namespace prefix and/or wrong xsi:type info), so your
mileage may vary... -----Original Message----- Hi, I have got a response from OLAP in form of xmla. Can u tell me the meaning of the tags like
<AxisInfo><Axisinfo name="Axis0">...... Else can u tell me of a link which explains this? thnx Regards, Sumeet Agarkar Software
Engineer MAC Infosys Technologies Limited� Bangalore. Extn:55936 |
- RE: XMLA response xml query Graeme Riddell
- Sumeet Satish Agarkar
