cube-no-apes 1.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,3 @@
1
+ module Cube
2
+ VERSION = "1.4.1"
3
+ end
@@ -0,0 +1,9 @@
1
+ module XMLA
2
+ class << self
3
+ attr_accessor :endpoint, :catalog
4
+ end
5
+
6
+ def self.configure
7
+ yield self if block_given?
8
+ end
9
+ end
@@ -0,0 +1,104 @@
1
+ <?xml version='1.0' encoding='UTF-8' ?>
2
+ <!-- Generated 04/26/01 by Microsoft SOAP Toolkit WSDL File Generator, Version 1.00.623.0 -->
3
+ <definitions name ='msxmla' targetNamespace = 'http://tempuri.org/wsdl/'
4
+ xmlns:wsdlns='http://tempuri.org/wsdl/'
5
+ xmlns:typens='http://tempuri.org/type'
6
+ xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/'
7
+ xmlns:xsd='http://www.w3.org/2001/XMLSchema'
8
+ xmlns:stk='http://schemas.microsoft.com/soap-toolkit/wsdl-extension'
9
+ xmlns='http://schemas.xmlsoap.org/wsdl/'>
10
+ <types>
11
+ <schema targetNamespace='http://tempuri.org/type'
12
+ xmlns='http://www.w3.org/2001/XMLSchema'
13
+ xmlns:SOAP-ENC='http://schemas.xmlsoap.org/soap/encoding/'
14
+ xmlns:wsdl='http://schemas.xmlsoap.org/wsdl/'
15
+ elementFormDefault='qualified'>
16
+ <complexType name ='clsXMLAProx.Discover.Result'>
17
+ <sequence>
18
+ <any minOccurs='0' maxOccurs='unbounded' namespace='#any' processContents='skip'/>
19
+ </sequence>
20
+ </complexType>
21
+ <complexType name ='clsXMLAProx.Discover.Restrictions'>
22
+ <sequence>
23
+ <any minOccurs='0' maxOccurs='unbounded' namespace='#any' processContents='skip'/>
24
+ </sequence>
25
+ </complexType>
26
+ <complexType name ='clsXMLAProx.Discover.Properties'>
27
+ <sequence>
28
+ <any minOccurs='0' maxOccurs='unbounded' namespace='#any' processContents='skip'/>
29
+ </sequence>
30
+ </complexType>
31
+ <complexType name ='clsXMLAProx.Execute.Result'>
32
+ <sequence>
33
+ <any minOccurs='0' maxOccurs='unbounded' namespace='#any' processContents='skip'/>
34
+ </sequence>
35
+ </complexType>
36
+ <complexType name ='clsXMLAProx.Execute.Command'>
37
+ <sequence>
38
+ <any minOccurs='0' maxOccurs='unbounded' namespace='#any' processContents='skip'/>
39
+ </sequence>
40
+ </complexType>
41
+ <complexType name ='clsXMLAProx.Execute.Properties'>
42
+ <sequence>
43
+ <any minOccurs='0' maxOccurs='unbounded' namespace='#any' processContents='skip'/>
44
+ </sequence>
45
+ </complexType>
46
+ </schema>
47
+ </types>
48
+ <message name='clsXMLAProx.Discover'>
49
+ <part name='RequestType' type='xsd:string'/>
50
+ <part name='Restrictions' type='typens:clsXMLAProx.Discover.Restrictions'/>
51
+ <part name='Properties' type='typens:clsXMLAProx.Discover.Properties'/>
52
+ </message>
53
+ <message name='clsXMLAProx.DiscoverResponse'>
54
+ <part name='Result' type='typens:clsXMLAProx.Discover.Result'/>
55
+ </message>
56
+ <message name='clsXMLAProx.Execute'>
57
+ <part name='Command' type='typens:clsXMLAProx.Execute.Command'/>
58
+ <part name='Properties' type='typens:clsXMLAProx.Execute.Properties'/>
59
+ </message>
60
+ <message name='clsXMLAProx.ExecuteResponse'>
61
+ <part name='Result' type='typens:clsXMLAProx.Execute.Result'/>
62
+ </message>
63
+ <portType name='clsXMLAProxSoapPort'>
64
+ <operation name='Discover' parameterOrder='RequestType Restrictions Properties'>
65
+ <input message='wsdlns:clsXMLAProx.Discover' />
66
+ <output message='wsdlns:clsXMLAProx.DiscoverResponse' />
67
+ </operation>
68
+ <operation name='Execute' parameterOrder='Command Properties'>
69
+ <input message='wsdlns:clsXMLAProx.Execute' />
70
+ <output message='wsdlns:clsXMLAProx.ExecuteResponse' />
71
+ </operation>
72
+ </portType>
73
+ <binding name='clsXMLAProxSoapBinding' type='wsdlns:clsXMLAProxSoapPort' >
74
+ <stk:binding preferredEncoding='UTF-8'/>
75
+ <soap:binding style='rpc' transport='http://schemas.xmlsoap.org/soap/http' />
76
+ <operation name='Discover' >
77
+ <soap:operation soapAction='urn:schemas-microsoft-com:xml-analysis:Discover' />
78
+ <input>
79
+ <soap:body use='encoded' namespace='urn:schemas-microsoft-com:xml-analysis'
80
+ encodingStyle='http://schemas.xmlsoap.org/soap/encoding/' />
81
+ </input>
82
+ <output>
83
+ <soap:body use='encoded' namespace='urn:schemas-microsoft-com:xml-analysis'
84
+ encodingStyle='http://schemas.xmlsoap.org/soap/encoding/' />
85
+ </output>
86
+ </operation>
87
+ <operation name='Execute' >
88
+ <soap:operation soapAction='urn:schemas-microsoft-com:xml-analysis:Execute' />
89
+ <input>
90
+ <soap:body use='encoded' namespace='urn:schemas-microsoft-com:xml-analysis'
91
+ encodingStyle='http://schemas.xmlsoap.org/soap/encoding/' />
92
+ </input>
93
+ <output>
94
+ <soap:body use='encoded' namespace='urn:schemas-microsoft-com:xml-analysis'
95
+ encodingStyle='http://schemas.xmlsoap.org/soap/encoding/' />
96
+ </output>
97
+ </operation>
98
+ </binding>
99
+ <service name='msxmla' >
100
+ <port name='clsXMLAProxSoapPort' binding='wsdlns:clsXMLAProxSoapBinding' >
101
+ <soap:address location='http://localhost/xmla/msxisapi.dll' />
102
+ </port>
103
+ </service>
104
+ </definitions>
@@ -0,0 +1,40 @@
1
+ ---
2
+ - !ruby/struct:VCR::HTTPInteraction
3
+ request: !ruby/struct:VCR::Request
4
+ method: :post
5
+ uri: http://localhost:8383/mondrian/xmla
6
+ body: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?><env:Envelope xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"
7
+ xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:wsdl=\"http://tempuri.org/wsdl/\"
8
+ xmlns:env=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ins0=\"http://tempuri.org/type\"><env:Body><Execute
9
+ xmlns=\"urn:schemas-microsoft-com:xml-analysis\"><Command> <Statement> <![CDATA[
10
+ \ ]]> </Statement> </Command> <Properties> <PropertyList> <Catalog></Catalog>\n
11
+ \ <Format>Multidimensional</Format> <AxisFormat>TupleFormat</AxisFormat>
12
+ </PropertyList> </Properties></Execute></env:Body></env:Envelope>"
13
+ headers:
14
+ soapaction:
15
+ - ! '"urn:schemas-microsoft-com:xml-analysis:Execute"'
16
+ content-type:
17
+ - text/xml;charset=UTF-8
18
+ content-length:
19
+ - '612'
20
+ response: !ruby/struct:VCR::Response
21
+ status: !ruby/struct:VCR::ResponseStatus
22
+ code: 200
23
+ message: OK
24
+ headers:
25
+ server:
26
+ - Apache-Coyote/1.1
27
+ content-type:
28
+ - text/xml
29
+ transfer-encoding:
30
+ - chunked
31
+ date:
32
+ - Sat, 11 Feb 2012 23:02:52 GMT
33
+ body: ! "<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\"
34
+ SOAP-ENV:encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\" >\n<SOAP-ENV:Header>\n</SOAP-ENV:Header>\n<SOAP-ENV:Body>\n<SOAP-ENV:Fault>\n
35
+ \ <faultcode>SOAP-ENV:Server.00HSBB01</faultcode>\n <faultstring>XMLA SOAP
36
+ Body processing error</faultstring>\n <faultactor>Mondrian</faultactor>\n <detail>\n
37
+ \ <XA:error xmlns:XA=\"http://mondrian.sourceforge.net\">\n <code>00HSBB01</code>\n
38
+ \ <desc>The Mondrian XML: Mondrian Error:Internal error: Unknown catalog
39
+ &#39;&#39;</desc>\n </XA:error>\n </detail>\n</SOAP-ENV:Fault>\n</SOAP-ENV:Body>\n</SOAP-ENV:Envelope>\n"
40
+ http_version: '1.1'
@@ -0,0 +1,167 @@
1
+ ---
2
+ - !ruby/struct:VCR::HTTPInteraction
3
+ request: !ruby/struct:VCR::Request
4
+ method: :post
5
+ uri: http://localhost:8282/icCube/xmla
6
+ body: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?><env:Envelope xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"
7
+ xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:wsdl=\"http://tempuri.org/wsdl/\"
8
+ xmlns:env=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ins0=\"http://tempuri.org/type\"><env:Body><Execute
9
+ xmlns=\"urn:schemas-microsoft-com:xml-analysis\"><Command> <Statement> <![CDATA[
10
+ select [Measures].[Broj] on COLUMNS, non empty topcount( [Lokacija].[Kvart].children,
11
+ 100, [Measures].[Broj]) on ROWS from [GOSJAR] ]]> </Statement> </Command> <Properties>
12
+ <PropertyList> <Catalog>GOSJAR</Catalog>\n <Format>Multidimensional</Format>
13
+ <AxisFormat>TupleFormat</AxisFormat> </PropertyList> </Properties></Execute></env:Body></env:Envelope>"
14
+ headers:
15
+ soapaction:
16
+ - ! '"urn:schemas-microsoft-com:xml-analysis:Execute"'
17
+ content-type:
18
+ - text/xml;charset=UTF-8
19
+ content-length:
20
+ - '754'
21
+ response: !ruby/struct:VCR::Response
22
+ status: !ruby/struct:VCR::ResponseStatus
23
+ code: 200
24
+ message: OK
25
+ headers:
26
+ expires:
27
+ - Thu, 01-Jan-1970 00:00:00 GMT
28
+ set-cookie:
29
+ - JSESSIONID=1opxb53awsku11g53txru21jz5;Path=/
30
+ content-type:
31
+ - text/xml; charset=utf-8
32
+ transfer-encoding:
33
+ - chunked
34
+ server:
35
+ - Jetty(6.1.25)
36
+ body: ! '<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Header><Session
37
+ SessionId="f5089506-8b43-4869-a618-536502ba3cca" xmlns="urn:schemas-microsoft-com:xml-analysis"/></soap:Header><soap:Body><ExecuteResponse
38
+ xmlns="urn:schemas-microsoft-com:xml-analysis"><return><root xmlns="urn:schemas-microsoft-com:xml-analysis:mddataset"
39
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><xs:schema
40
+ targetNamespace="urn:schemas-microsoft-com:xml-analysis:mddataset" elementFormDefault="qualified"
41
+ xmlns="urn:schemas-microsoft-com:xml-analysis:mddataset" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:complexType
42
+ name="MemberType"> <xs:sequence> <xs:any namespace="##targetNamespace"
43
+ minOccurs="0" maxOccurs="unbounded" processContents="skip"/> </xs:sequence> <xs:attribute
44
+ name="Hierarchy" type="xs:string"/> </xs:complexType> <xs:complexType
45
+ name="PropType"> <xs:sequence> <xs:element name="Default"
46
+ minOccurs="0"/> </xs:sequence> <xs:attribute name="name" type="xs:string"
47
+ use="required"/> <xs:attribute name="type" type="xs:QName"/> </xs:complexType> <xs:complexType
48
+ name="TupleType"> <xs:sequence> <xs:element name="Member"
49
+ type="MemberType" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> <xs:complexType
50
+ name="MembersType"> <xs:sequence> <xs:element name="Member"
51
+ type="MemberType" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute
52
+ name="Hierarchy" type="xs:string" use="required"/> </xs:complexType> <xs:complexType
53
+ name="TuplesType"> <xs:sequence> <xs:element name="Tuple"
54
+ type="TupleType" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> <xs:group
55
+ name="SetType"> <xs:choice> <xs:element name="Members" type="MembersType"/> <xs:element
56
+ name="Tuples" type="TuplesType"/> <xs:element name="CrossProduct"
57
+ type="SetListType"/> <xs:element name="Union"> <xs:complexType> <xs:group
58
+ ref="SetType" minOccurs="0" maxOccurs="unbounded"/> </xs:complexType> </xs:element> </xs:choice> </xs:group> <xs:complexType
59
+ name="SetListType"> <xs:group ref="SetType" minOccurs="0" maxOccurs="unbounded"/> <xs:attribute
60
+ name="Size" type="xs:unsignedInt"/> </xs:complexType> <xs:complexType
61
+ name="OlapInfo"> <xs:sequence> <xs:element name="CubeInfo"> <xs:complexType> <xs:sequence> <xs:element
62
+ name="Cube" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element
63
+ name="CubeName" type="xs:string"/> <xs:element
64
+ name="LastDataUpdate" minOccurs="0" type="xs:dateTime"/> <xs:element
65
+ name="LastSchemaUpdate" minOccurs="0" type="xs:dateTime"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element
66
+ name="AxesInfo"> <xs:complexType> <xs:sequence> <xs:element
67
+ name="AxisInfo" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element
68
+ name="HierarchyInfo" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:any
69
+ namespace="##targetNamespace" minOccurs="0" maxOccurs="unbounded" processContents="skip"/> </xs:sequence> <xs:attribute
70
+ name="name" type="xs:string" use="required"/> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute
71
+ name="name" type="xs:string"/> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element
72
+ name="CellInfo"> <xs:complexType> <xs:choice
73
+ minOccurs="0" maxOccurs="unbounded"> <xs:any namespace="##targetNamespace"
74
+ minOccurs="0" maxOccurs="unbounded" processContents="skip"/> </xs:choice> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> <xs:complexType
75
+ name="Axes"> <xs:sequence> <xs:element name="Axis" maxOccurs="unbounded"> <xs:complexType> <xs:group
76
+ ref="SetType" minOccurs="0" maxOccurs="unbounded"/> <xs:attribute
77
+ name="name" type="xs:string"/> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> <xs:complexType
78
+ name="CellData"> <xs:sequence> <xs:element name="Cell" minOccurs="0"
79
+ maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:any
80
+ namespace="##targetNamespace" minOccurs="0" maxOccurs="unbounded" processContents="skip"/> </xs:sequence> <xs:attribute
81
+ name="CellOrdinal" type="xs:unsignedInt" use="required"/> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> <xs:element
82
+ name="root"> <xs:complexType> <xs:sequence> <xs:any
83
+ namespace="http://www.w3.org/2001/XMLSchema" processContents="strict" minOccurs="0"/> <xs:element
84
+ name="OlapInfo" type="OlapInfo" minOccurs="0"/> <xs:element name="Axes"
85
+ type="Axes" minOccurs="0"/> <xs:element name="CellData" type="CellData"
86
+ minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element></xs:schema>
87
+
88
+ <OlapInfo><CubeInfo><Cube><CubeName>GOSJAR</CubeName><LastDataUpdate xmlns="http://schemas.microsoft.com/analysisservices/2003/engine">2012-02-09T09:45:32</LastDataUpdate><LastSchemaUpdate
89
+ xmlns="http://schemas.microsoft.com/analysisservices/2003/engine">2012-02-09T09:45:32</LastSchemaUpdate></Cube></CubeInfo><AxesInfo><AxisInfo
90
+ name="Axis0"><HierarchyInfo name="[Measures]"><UName name="[Measures].[MEMBER_UNIQUE_NAME]"
91
+ type="xsd:string"/><Caption name="[Measures].[MEMBER_CAPTION]" type="xsd:string"/><LName
92
+ name="[Measures].[LEVEL_UNIQUE_NAME]" type="xsd:string"/><LNum name="[Measures].[LEVEL_NUMBER]"
93
+ type="xsd:int"/><DisplayInfo name="[Measures].[DISPLAY_INFO]" type="xsd:unsignedInt"/></HierarchyInfo></AxisInfo><AxisInfo
94
+ name="Axis1"><HierarchyInfo name="[Lokacija].[Kvart]"><UName name="[Lokacija].[Kvart].[MEMBER_UNIQUE_NAME]"
95
+ type="xsd:string"/><Caption name="[Lokacija].[Kvart].[MEMBER_CAPTION]" type="xsd:string"/><LName
96
+ name="[Lokacija].[Kvart].[LEVEL_UNIQUE_NAME]" type="xsd:string"/><LNum name="[Lokacija].[Kvart].[LEVEL_NUMBER]"
97
+ type="xsd:int"/><DisplayInfo name="[Lokacija].[Kvart].[DISPLAY_INFO]" type="xsd:unsignedInt"/></HierarchyInfo></AxisInfo><AxisInfo
98
+ name="SlicerAxis"><HierarchyInfo name="[Vrsta].[Vrsta]"><UName name="[Vrsta].[Vrsta].[MEMBER_UNIQUE_NAME]"
99
+ type="xsd:string"/><Caption name="[Vrsta].[Vrsta].[MEMBER_CAPTION]" type="xsd:string"/><LName
100
+ name="[Vrsta].[Vrsta].[LEVEL_UNIQUE_NAME]" type="xsd:string"/><LNum name="[Vrsta].[Vrsta].[LEVEL_NUMBER]"
101
+ type="xsd:int"/><DisplayInfo name="[Vrsta].[Vrsta].[DISPLAY_INFO]" type="xsd:unsignedInt"/></HierarchyInfo><HierarchyInfo
102
+ name="[Razlog prijave].[Razlog]"><UName name="[Razlog prijave].[Razlog].[MEMBER_UNIQUE_NAME]"
103
+ type="xsd:string"/><Caption name="[Razlog prijave].[Razlog].[MEMBER_CAPTION]"
104
+ type="xsd:string"/><LName name="[Razlog prijave].[Razlog].[LEVEL_UNIQUE_NAME]"
105
+ type="xsd:string"/><LNum name="[Razlog prijave].[Razlog].[LEVEL_NUMBER]" type="xsd:int"/><DisplayInfo
106
+ name="[Razlog prijave].[Razlog].[DISPLAY_INFO]" type="xsd:unsignedInt"/></HierarchyInfo><HierarchyInfo
107
+ name="[Ulica].[ulica]"><UName name="[Ulica].[ulica].[MEMBER_UNIQUE_NAME]" type="xsd:string"/><Caption
108
+ name="[Ulica].[ulica].[MEMBER_CAPTION]" type="xsd:string"/><LName name="[Ulica].[ulica].[LEVEL_UNIQUE_NAME]"
109
+ type="xsd:string"/><LNum name="[Ulica].[ulica].[LEVEL_NUMBER]" type="xsd:int"/><DisplayInfo
110
+ name="[Ulica].[ulica].[DISPLAY_INFO]" type="xsd:unsignedInt"/></HierarchyInfo><HierarchyInfo
111
+ name="[Produkt].[Produkt]"><UName name="[Produkt].[Produkt].[MEMBER_UNIQUE_NAME]"
112
+ type="xsd:string"/><Caption name="[Produkt].[Produkt].[MEMBER_CAPTION]" type="xsd:string"/><LName
113
+ name="[Produkt].[Produkt].[LEVEL_UNIQUE_NAME]" type="xsd:string"/><LNum name="[Produkt].[Produkt].[LEVEL_NUMBER]"
114
+ type="xsd:int"/><DisplayInfo name="[Produkt].[Produkt].[DISPLAY_INFO]" type="xsd:unsignedInt"/></HierarchyInfo></AxisInfo></AxesInfo><CellInfo><Value
115
+ name="VALUE"/><FmtValue name="FORMATTED_VALUE" type="xsd:string"/><CellOrdinal
116
+ name="CELL_ORDINAL" type="xsd:unsignedInt"/></CellInfo></OlapInfo><Axes><Axis
117
+ name="Axis0"><Tuples><Tuple><Member Hierarchy="[Measures]"><UName>[Measures].[Broj]</UName><Caption>Broj</Caption><LName>[Measures].[MeasuresLevel]</LName><LNum>0</LNum><DisplayInfo>0</DisplayInfo></Member></Tuple></Tuples></Axis><Axis
118
+ name="Axis1"><Tuples><Tuple><Member Hierarchy="[Lokacija].[Kvart]"><UName>[Lokacija].[kvar].&amp;[15]</UName><Caption>GORNJA
119
+ DUBRAVA</Caption><LName>[Lokacija].[Kvart].[kvar]</LName><LNum>1</LNum><DisplayInfo>0</DisplayInfo></Member></Tuple><Tuple><Member
120
+ Hierarchy="[Lokacija].[Kvart]"><UName>[Lokacija].[kvar].&amp;[20]</UName><Caption>SESVETE</Caption><LName>[Lokacija].[Kvart].[kvar]</LName><LNum>1</LNum><DisplayInfo>131072</DisplayInfo></Member></Tuple><Tuple><Member
121
+ Hierarchy="[Lokacija].[Kvart]"><UName>[Lokacija].[kvar].&amp;[11]</UName><Caption>NOVI
122
+ ZAGREB – ZAPAD</Caption><LName>[Lokacija].[Kvart].[kvar]</LName><LNum>1</LNum><DisplayInfo>131072</DisplayInfo></Member></Tuple><Tuple><Member
123
+ Hierarchy="[Lokacija].[Kvart]"><UName>[Lokacija].[kvar].&amp;[8]</UName><Caption>MAKSIMIR</Caption><LName>[Lokacija].[Kvart].[kvar]</LName><LNum>1</LNum><DisplayInfo>131072</DisplayInfo></Member></Tuple><Tuple><Member
124
+ Hierarchy="[Lokacija].[Kvart]"><UName>[Lokacija].[kvar].&amp;[10]</UName><Caption>NOVI
125
+ ZAGREB – ISTOK</Caption><LName>[Lokacija].[Kvart].[kvar]</LName><LNum>1</LNum><DisplayInfo>131072</DisplayInfo></Member></Tuple><Tuple><Member
126
+ Hierarchy="[Lokacija].[Kvart]"><UName>[Lokacija].[kvar].&amp;[13]</UName><Caption>TRESNJEVKA
127
+ - JUG</Caption><LName>[Lokacija].[Kvart].[kvar]</LName><LNum>1</LNum><DisplayInfo>131072</DisplayInfo></Member></Tuple><Tuple><Member
128
+ Hierarchy="[Lokacija].[Kvart]"><UName>[Lokacija].[kvar].&amp;[18]</UName><Caption>PODSUSED
129
+ – VRAPČE</Caption><LName>[Lokacija].[Kvart].[kvar]</LName><LNum>1</LNum><DisplayInfo>131072</DisplayInfo></Member></Tuple><Tuple><Member
130
+ Hierarchy="[Lokacija].[Kvart]"><UName>[Lokacija].[kvar].&amp;[6]</UName><Caption>GORNJI
131
+ GRAD – MEDVEŠČAK</Caption><LName>[Lokacija].[Kvart].[kvar]</LName><LNum>1</LNum><DisplayInfo>131072</DisplayInfo></Member></Tuple><Tuple><Member
132
+ Hierarchy="[Lokacija].[Kvart]"><UName>[Lokacija].[kvar].&amp;[7]</UName><Caption>TRNJE</Caption><LName>[Lokacija].[Kvart].[kvar]</LName><LNum>1</LNum><DisplayInfo>131072</DisplayInfo></Member></Tuple><Tuple><Member
133
+ Hierarchy="[Lokacija].[Kvart]"><UName>[Lokacija].[kvar].&amp;[9]</UName><Caption>PEŠČENICA
134
+ - ŽITNJAK</Caption><LName>[Lokacija].[Kvart].[kvar]</LName><LNum>1</LNum><DisplayInfo>131072</DisplayInfo></Member></Tuple><Tuple><Member
135
+ Hierarchy="[Lokacija].[Kvart]"><UName>[Lokacija].[kvar].&amp;[14]</UName><Caption>ČRNOMEREC</Caption><LName>[Lokacija].[Kvart].[kvar]</LName><LNum>1</LNum><DisplayInfo>131072</DisplayInfo></Member></Tuple><Tuple><Member
136
+ Hierarchy="[Lokacija].[Kvart]"><UName>[Lokacija].[kvar].&amp;[17]</UName><Caption>STENJEVEC</Caption><LName>[Lokacija].[Kvart].[kvar]</LName><LNum>1</LNum><DisplayInfo>131072</DisplayInfo></Member></Tuple><Tuple><Member
137
+ Hierarchy="[Lokacija].[Kvart]"><UName>[Lokacija].[kvar].&amp;[12]</UName><Caption>TREŠNJEVKA
138
+ – SJEVER</Caption><LName>[Lokacija].[Kvart].[kvar]</LName><LNum>1</LNum><DisplayInfo>131072</DisplayInfo></Member></Tuple><Tuple><Member
139
+ Hierarchy="[Lokacija].[Kvart]"><UName>[Lokacija].[kvar].&amp;[5]</UName><Caption>DONJI
140
+ GRAD</Caption><LName>[Lokacija].[Kvart].[kvar]</LName><LNum>1</LNum><DisplayInfo>131072</DisplayInfo></Member></Tuple><Tuple><Member
141
+ Hierarchy="[Lokacija].[Kvart]"><UName>[Lokacija].[kvar].&amp;[16]</UName><Caption>DONJA
142
+ DUBRAVA</Caption><LName>[Lokacija].[Kvart].[kvar]</LName><LNum>1</LNum><DisplayInfo>131072</DisplayInfo></Member></Tuple><Tuple><Member
143
+ Hierarchy="[Lokacija].[Kvart]"><UName>[Lokacija].[kvar].&amp;[19]</UName><Caption>PODSLJEME
144
+ </Caption><LName>[Lokacija].[Kvart].[kvar]</LName><LNum>1</LNum><DisplayInfo>131072</DisplayInfo></Member></Tuple></Tuples></Axis><Axis
145
+ name="SlicerAxis"><Tuples><Tuple><Member Hierarchy="[Vrsta].[Vrsta]"><UName>[Vrsta].[Vrsta
146
+ prijave]</UName><Caption>Vrsta prijave</Caption><LName>[Vrsta].[Vrsta].[All-L]</LName><LNum>0</LNum><DisplayInfo>5</DisplayInfo></Member><Member
147
+ Hierarchy="[Razlog prijave].[Razlog]"><UName>[Razlog prijave].[Razlog prijave].[Razlog]</UName><Caption>Razlog</Caption><LName>[Razlog
148
+ prijave].[Razlog].[Razlog prijave]</LName><LNum>0</LNum><DisplayInfo>82</DisplayInfo></Member><Member
149
+ Hierarchy="[Ulica].[ulica]"><UName>[Ulica].[Ulice].[Ulica]</UName><Caption>Ulica</Caption><LName>[Ulica].[ulica].[Ulice]</LName><LNum>0</LNum><DisplayInfo>5092</DisplayInfo></Member><Member
150
+ Hierarchy="[Produkt].[Produkt]"><UName>[Produkt].[All-M]</UName><Caption>All-M</Caption><LName>[Produkt].[Produkt].[All-L]</LName><LNum>0</LNum><DisplayInfo>15</DisplayInfo></Member></Tuple></Tuples></Axis></Axes><CellData><Cell
151
+ CellOrdinal="0"><Value xsi:type="xsd:long">3602</Value><FmtValue>3602</FmtValue></Cell><Cell
152
+ CellOrdinal="1"><Value xsi:type="xsd:long">3186</Value><FmtValue>3186</FmtValue></Cell><Cell
153
+ CellOrdinal="2"><Value xsi:type="xsd:long">2829</Value><FmtValue>2829</FmtValue></Cell><Cell
154
+ CellOrdinal="3"><Value xsi:type="xsd:long">2733</Value><FmtValue>2733</FmtValue></Cell><Cell
155
+ CellOrdinal="4"><Value xsi:type="xsd:long">2607</Value><FmtValue>2607</FmtValue></Cell><Cell
156
+ CellOrdinal="5"><Value xsi:type="xsd:long">2607</Value><FmtValue>2607</FmtValue></Cell><Cell
157
+ CellOrdinal="6"><Value xsi:type="xsd:long">2327</Value><FmtValue>2327</FmtValue></Cell><Cell
158
+ CellOrdinal="7"><Value xsi:type="xsd:long">2259</Value><FmtValue>2259</FmtValue></Cell><Cell
159
+ CellOrdinal="8"><Value xsi:type="xsd:long">2148</Value><FmtValue>2148</FmtValue></Cell><Cell
160
+ CellOrdinal="9"><Value xsi:type="xsd:long">2004</Value><FmtValue>2004</FmtValue></Cell><Cell
161
+ CellOrdinal="10"><Value xsi:type="xsd:long">1945</Value><FmtValue>1945</FmtValue></Cell><Cell
162
+ CellOrdinal="11"><Value xsi:type="xsd:long">1696</Value><FmtValue>1696</FmtValue></Cell><Cell
163
+ CellOrdinal="12"><Value xsi:type="xsd:long">1611</Value><FmtValue>1611</FmtValue></Cell><Cell
164
+ CellOrdinal="13"><Value xsi:type="xsd:long">1422</Value><FmtValue>1422</FmtValue></Cell><Cell
165
+ CellOrdinal="14"><Value xsi:type="xsd:long">1356</Value><FmtValue>1356</FmtValue></Cell><Cell
166
+ CellOrdinal="15"><Value xsi:type="xsd:long">1228</Value><FmtValue>1228</FmtValue></Cell></CellData></root></return></ExecuteResponse></soap:Body></soap:Envelope>'
167
+ http_version: '1.1'
@@ -0,0 +1,169 @@
1
+ ---
2
+ - !ruby/struct:VCR::HTTPInteraction
3
+ request: !ruby/struct:VCR::Request
4
+ method: :post
5
+ uri: http://localhost:8282/icCube/xmla
6
+ body: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?><env:Envelope xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"
7
+ xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:wsdl=\"http://tempuri.org/wsdl/\"
8
+ xmlns:env=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ins0=\"http://tempuri.org/type\"><env:Body><Execute
9
+ xmlns=\"urn:schemas-microsoft-com:xml-analysis\"><Command> <Statement> <![CDATA[
10
+ select [Lokacija].[Kvart].children on COLUMNS, [Measures].[Broj] on ROWS from
11
+ [GOSJAR] ]]> </Statement> </Command> <Properties> <PropertyList> <Catalog>GOSJAR</Catalog>\n
12
+ \ <Format>Multidimensional</Format> <AxisFormat>TupleFormat</AxisFormat>
13
+ </PropertyList> </Properties></Execute></env:Body></env:Envelope>"
14
+ headers:
15
+ soapaction:
16
+ - ! '"urn:schemas-microsoft-com:xml-analysis:Execute"'
17
+ content-type:
18
+ - text/xml;charset=UTF-8
19
+ content-length:
20
+ - '708'
21
+ response: !ruby/struct:VCR::Response
22
+ status: !ruby/struct:VCR::ResponseStatus
23
+ code: 200
24
+ message: OK
25
+ headers:
26
+ expires:
27
+ - Thu, 01-Jan-1970 00:00:00 GMT
28
+ set-cookie:
29
+ - JSESSIONID=sta1a8lnxhqg1qo4d7cadlngi;Path=/
30
+ content-type:
31
+ - text/xml; charset=utf-8
32
+ transfer-encoding:
33
+ - chunked
34
+ server:
35
+ - Jetty(6.1.25)
36
+ body: ! '<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Header><Session
37
+ SessionId="64950790-61e9-46b7-8818-688da8356ec4" xmlns="urn:schemas-microsoft-com:xml-analysis"/></soap:Header><soap:Body><ExecuteResponse
38
+ xmlns="urn:schemas-microsoft-com:xml-analysis"><return><root xmlns="urn:schemas-microsoft-com:xml-analysis:mddataset"
39
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><xs:schema
40
+ targetNamespace="urn:schemas-microsoft-com:xml-analysis:mddataset" elementFormDefault="qualified"
41
+ xmlns="urn:schemas-microsoft-com:xml-analysis:mddataset" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:complexType
42
+ name="MemberType"> <xs:sequence> <xs:any namespace="##targetNamespace"
43
+ minOccurs="0" maxOccurs="unbounded" processContents="skip"/> </xs:sequence> <xs:attribute
44
+ name="Hierarchy" type="xs:string"/> </xs:complexType> <xs:complexType
45
+ name="PropType"> <xs:sequence> <xs:element name="Default"
46
+ minOccurs="0"/> </xs:sequence> <xs:attribute name="name" type="xs:string"
47
+ use="required"/> <xs:attribute name="type" type="xs:QName"/> </xs:complexType> <xs:complexType
48
+ name="TupleType"> <xs:sequence> <xs:element name="Member"
49
+ type="MemberType" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> <xs:complexType
50
+ name="MembersType"> <xs:sequence> <xs:element name="Member"
51
+ type="MemberType" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute
52
+ name="Hierarchy" type="xs:string" use="required"/> </xs:complexType> <xs:complexType
53
+ name="TuplesType"> <xs:sequence> <xs:element name="Tuple"
54
+ type="TupleType" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> <xs:group
55
+ name="SetType"> <xs:choice> <xs:element name="Members" type="MembersType"/> <xs:element
56
+ name="Tuples" type="TuplesType"/> <xs:element name="CrossProduct"
57
+ type="SetListType"/> <xs:element name="Union"> <xs:complexType> <xs:group
58
+ ref="SetType" minOccurs="0" maxOccurs="unbounded"/> </xs:complexType> </xs:element> </xs:choice> </xs:group> <xs:complexType
59
+ name="SetListType"> <xs:group ref="SetType" minOccurs="0" maxOccurs="unbounded"/> <xs:attribute
60
+ name="Size" type="xs:unsignedInt"/> </xs:complexType> <xs:complexType
61
+ name="OlapInfo"> <xs:sequence> <xs:element name="CubeInfo"> <xs:complexType> <xs:sequence> <xs:element
62
+ name="Cube" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element
63
+ name="CubeName" type="xs:string"/> <xs:element
64
+ name="LastDataUpdate" minOccurs="0" type="xs:dateTime"/> <xs:element
65
+ name="LastSchemaUpdate" minOccurs="0" type="xs:dateTime"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element
66
+ name="AxesInfo"> <xs:complexType> <xs:sequence> <xs:element
67
+ name="AxisInfo" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element
68
+ name="HierarchyInfo" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:any
69
+ namespace="##targetNamespace" minOccurs="0" maxOccurs="unbounded" processContents="skip"/> </xs:sequence> <xs:attribute
70
+ name="name" type="xs:string" use="required"/> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute
71
+ name="name" type="xs:string"/> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element
72
+ name="CellInfo"> <xs:complexType> <xs:choice
73
+ minOccurs="0" maxOccurs="unbounded"> <xs:any namespace="##targetNamespace"
74
+ minOccurs="0" maxOccurs="unbounded" processContents="skip"/> </xs:choice> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> <xs:complexType
75
+ name="Axes"> <xs:sequence> <xs:element name="Axis" maxOccurs="unbounded"> <xs:complexType> <xs:group
76
+ ref="SetType" minOccurs="0" maxOccurs="unbounded"/> <xs:attribute
77
+ name="name" type="xs:string"/> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> <xs:complexType
78
+ name="CellData"> <xs:sequence> <xs:element name="Cell" minOccurs="0"
79
+ maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:any
80
+ namespace="##targetNamespace" minOccurs="0" maxOccurs="unbounded" processContents="skip"/> </xs:sequence> <xs:attribute
81
+ name="CellOrdinal" type="xs:unsignedInt" use="required"/> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> <xs:element
82
+ name="root"> <xs:complexType> <xs:sequence> <xs:any
83
+ namespace="http://www.w3.org/2001/XMLSchema" processContents="strict" minOccurs="0"/> <xs:element
84
+ name="OlapInfo" type="OlapInfo" minOccurs="0"/> <xs:element name="Axes"
85
+ type="Axes" minOccurs="0"/> <xs:element name="CellData" type="CellData"
86
+ minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element></xs:schema>
87
+
88
+ <OlapInfo><CubeInfo><Cube><CubeName>GOSJAR</CubeName><LastDataUpdate xmlns="http://schemas.microsoft.com/analysisservices/2003/engine">2012-02-09T09:45:32</LastDataUpdate><LastSchemaUpdate
89
+ xmlns="http://schemas.microsoft.com/analysisservices/2003/engine">2012-02-09T09:45:32</LastSchemaUpdate></Cube></CubeInfo><AxesInfo><AxisInfo
90
+ name="Axis0"><HierarchyInfo name="[Lokacija].[Kvart]"><UName name="[Lokacija].[Kvart].[MEMBER_UNIQUE_NAME]"
91
+ type="xsd:string"/><Caption name="[Lokacija].[Kvart].[MEMBER_CAPTION]" type="xsd:string"/><LName
92
+ name="[Lokacija].[Kvart].[LEVEL_UNIQUE_NAME]" type="xsd:string"/><LNum name="[Lokacija].[Kvart].[LEVEL_NUMBER]"
93
+ type="xsd:int"/><DisplayInfo name="[Lokacija].[Kvart].[DISPLAY_INFO]" type="xsd:unsignedInt"/></HierarchyInfo></AxisInfo><AxisInfo
94
+ name="Axis1"><HierarchyInfo name="[Measures]"><UName name="[Measures].[MEMBER_UNIQUE_NAME]"
95
+ type="xsd:string"/><Caption name="[Measures].[MEMBER_CAPTION]" type="xsd:string"/><LName
96
+ name="[Measures].[LEVEL_UNIQUE_NAME]" type="xsd:string"/><LNum name="[Measures].[LEVEL_NUMBER]"
97
+ type="xsd:int"/><DisplayInfo name="[Measures].[DISPLAY_INFO]" type="xsd:unsignedInt"/></HierarchyInfo></AxisInfo><AxisInfo
98
+ name="SlicerAxis"><HierarchyInfo name="[Vrsta].[Vrsta]"><UName name="[Vrsta].[Vrsta].[MEMBER_UNIQUE_NAME]"
99
+ type="xsd:string"/><Caption name="[Vrsta].[Vrsta].[MEMBER_CAPTION]" type="xsd:string"/><LName
100
+ name="[Vrsta].[Vrsta].[LEVEL_UNIQUE_NAME]" type="xsd:string"/><LNum name="[Vrsta].[Vrsta].[LEVEL_NUMBER]"
101
+ type="xsd:int"/><DisplayInfo name="[Vrsta].[Vrsta].[DISPLAY_INFO]" type="xsd:unsignedInt"/></HierarchyInfo><HierarchyInfo
102
+ name="[Razlog prijave].[Razlog]"><UName name="[Razlog prijave].[Razlog].[MEMBER_UNIQUE_NAME]"
103
+ type="xsd:string"/><Caption name="[Razlog prijave].[Razlog].[MEMBER_CAPTION]"
104
+ type="xsd:string"/><LName name="[Razlog prijave].[Razlog].[LEVEL_UNIQUE_NAME]"
105
+ type="xsd:string"/><LNum name="[Razlog prijave].[Razlog].[LEVEL_NUMBER]" type="xsd:int"/><DisplayInfo
106
+ name="[Razlog prijave].[Razlog].[DISPLAY_INFO]" type="xsd:unsignedInt"/></HierarchyInfo><HierarchyInfo
107
+ name="[Ulica].[ulica]"><UName name="[Ulica].[ulica].[MEMBER_UNIQUE_NAME]" type="xsd:string"/><Caption
108
+ name="[Ulica].[ulica].[MEMBER_CAPTION]" type="xsd:string"/><LName name="[Ulica].[ulica].[LEVEL_UNIQUE_NAME]"
109
+ type="xsd:string"/><LNum name="[Ulica].[ulica].[LEVEL_NUMBER]" type="xsd:int"/><DisplayInfo
110
+ name="[Ulica].[ulica].[DISPLAY_INFO]" type="xsd:unsignedInt"/></HierarchyInfo><HierarchyInfo
111
+ name="[Produkt].[Produkt]"><UName name="[Produkt].[Produkt].[MEMBER_UNIQUE_NAME]"
112
+ type="xsd:string"/><Caption name="[Produkt].[Produkt].[MEMBER_CAPTION]" type="xsd:string"/><LName
113
+ name="[Produkt].[Produkt].[LEVEL_UNIQUE_NAME]" type="xsd:string"/><LNum name="[Produkt].[Produkt].[LEVEL_NUMBER]"
114
+ type="xsd:int"/><DisplayInfo name="[Produkt].[Produkt].[DISPLAY_INFO]" type="xsd:unsignedInt"/></HierarchyInfo></AxisInfo></AxesInfo><CellInfo><Value
115
+ name="VALUE"/><FmtValue name="FORMATTED_VALUE" type="xsd:string"/><CellOrdinal
116
+ name="CELL_ORDINAL" type="xsd:unsignedInt"/></CellInfo></OlapInfo><Axes><Axis
117
+ name="Axis0"><Tuples><Tuple><Member Hierarchy="[Lokacija].[Kvart]"><UName>[Lokacija].[kvar].&amp;[5]</UName><Caption>DONJI
118
+ GRAD</Caption><LName>[Lokacija].[Kvart].[kvar]</LName><LNum>1</LNum><DisplayInfo>0</DisplayInfo></Member></Tuple><Tuple><Member
119
+ Hierarchy="[Lokacija].[Kvart]"><UName>[Lokacija].[kvar].&amp;[6]</UName><Caption>GORNJI
120
+ GRAD – MEDVEŠČAK</Caption><LName>[Lokacija].[Kvart].[kvar]</LName><LNum>1</LNum><DisplayInfo>131072</DisplayInfo></Member></Tuple><Tuple><Member
121
+ Hierarchy="[Lokacija].[Kvart]"><UName>[Lokacija].[kvar].&amp;[7]</UName><Caption>TRNJE</Caption><LName>[Lokacija].[Kvart].[kvar]</LName><LNum>1</LNum><DisplayInfo>131072</DisplayInfo></Member></Tuple><Tuple><Member
122
+ Hierarchy="[Lokacija].[Kvart]"><UName>[Lokacija].[kvar].&amp;[8]</UName><Caption>MAKSIMIR</Caption><LName>[Lokacija].[Kvart].[kvar]</LName><LNum>1</LNum><DisplayInfo>131072</DisplayInfo></Member></Tuple><Tuple><Member
123
+ Hierarchy="[Lokacija].[Kvart]"><UName>[Lokacija].[kvar].&amp;[9]</UName><Caption>PEŠČENICA
124
+ - ŽITNJAK</Caption><LName>[Lokacija].[Kvart].[kvar]</LName><LNum>1</LNum><DisplayInfo>131072</DisplayInfo></Member></Tuple><Tuple><Member
125
+ Hierarchy="[Lokacija].[Kvart]"><UName>[Lokacija].[kvar].&amp;[10]</UName><Caption>NOVI
126
+ ZAGREB – ISTOK</Caption><LName>[Lokacija].[Kvart].[kvar]</LName><LNum>1</LNum><DisplayInfo>131072</DisplayInfo></Member></Tuple><Tuple><Member
127
+ Hierarchy="[Lokacija].[Kvart]"><UName>[Lokacija].[kvar].&amp;[11]</UName><Caption>NOVI
128
+ ZAGREB – ZAPAD</Caption><LName>[Lokacija].[Kvart].[kvar]</LName><LNum>1</LNum><DisplayInfo>131072</DisplayInfo></Member></Tuple><Tuple><Member
129
+ Hierarchy="[Lokacija].[Kvart]"><UName>[Lokacija].[kvar].&amp;[12]</UName><Caption>TREŠNJEVKA
130
+ – SJEVER</Caption><LName>[Lokacija].[Kvart].[kvar]</LName><LNum>1</LNum><DisplayInfo>131072</DisplayInfo></Member></Tuple><Tuple><Member
131
+ Hierarchy="[Lokacija].[Kvart]"><UName>[Lokacija].[kvar].&amp;[13]</UName><Caption>TREŠNJEVKA
132
+ – JUG</Caption><LName>[Lokacija].[Kvart].[kvar]</LName><LNum>1</LNum><DisplayInfo>131072</DisplayInfo></Member></Tuple><Tuple><Member
133
+ Hierarchy="[Lokacija].[Kvart]"><UName>[Lokacija].[kvar].&amp;[14]</UName><Caption>ČRNOMEREC</Caption><LName>[Lokacija].[Kvart].[kvar]</LName><LNum>1</LNum><DisplayInfo>131072</DisplayInfo></Member></Tuple><Tuple><Member
134
+ Hierarchy="[Lokacija].[Kvart]"><UName>[Lokacija].[kvar].&amp;[15]</UName><Caption>GORNJA
135
+ DUBRAVA</Caption><LName>[Lokacija].[Kvart].[kvar]</LName><LNum>1</LNum><DisplayInfo>131072</DisplayInfo></Member></Tuple><Tuple><Member
136
+ Hierarchy="[Lokacija].[Kvart]"><UName>[Lokacija].[kvar].&amp;[16]</UName><Caption>DONJA
137
+ DUBRAVA</Caption><LName>[Lokacija].[Kvart].[kvar]</LName><LNum>1</LNum><DisplayInfo>131072</DisplayInfo></Member></Tuple><Tuple><Member
138
+ Hierarchy="[Lokacija].[Kvart]"><UName>[Lokacija].[kvar].&amp;[17]</UName><Caption>STENJEVEC</Caption><LName>[Lokacija].[Kvart].[kvar]</LName><LNum>1</LNum><DisplayInfo>131072</DisplayInfo></Member></Tuple><Tuple><Member
139
+ Hierarchy="[Lokacija].[Kvart]"><UName>[Lokacija].[kvar].&amp;[18]</UName><Caption>PODSUSED
140
+ – VRAPČE</Caption><LName>[Lokacija].[Kvart].[kvar]</LName><LNum>1</LNum><DisplayInfo>131072</DisplayInfo></Member></Tuple><Tuple><Member
141
+ Hierarchy="[Lokacija].[Kvart]"><UName>[Lokacija].[kvar].&amp;[19]</UName><Caption>PODSLJEME
142
+ </Caption><LName>[Lokacija].[Kvart].[kvar]</LName><LNum>1</LNum><DisplayInfo>131072</DisplayInfo></Member></Tuple><Tuple><Member
143
+ Hierarchy="[Lokacija].[Kvart]"><UName>[Lokacija].[kvar].&amp;[20]</UName><Caption>SESVETE</Caption><LName>[Lokacija].[Kvart].[kvar]</LName><LNum>1</LNum><DisplayInfo>131072</DisplayInfo></Member></Tuple><Tuple><Member
144
+ Hierarchy="[Lokacija].[Kvart]"><UName>[Lokacija].[kvar].&amp;[21]</UName><Caption>SVE
145
+ ČETVRTI</Caption><LName>[Lokacija].[Kvart].[kvar]</LName><LNum>1</LNum><DisplayInfo>131072</DisplayInfo></Member></Tuple></Tuples></Axis><Axis
146
+ name="Axis1"><Tuples><Tuple><Member Hierarchy="[Measures]"><UName>[Measures].[Broj]</UName><Caption>Broj</Caption><LName>[Measures].[MeasuresLevel]</LName><LNum>0</LNum><DisplayInfo>0</DisplayInfo></Member></Tuple></Tuples></Axis><Axis
147
+ name="SlicerAxis"><Tuples><Tuple><Member Hierarchy="[Vrsta].[Vrsta]"><UName>[Vrsta].[Vrsta
148
+ prijave]</UName><Caption>Vrsta prijave</Caption><LName>[Vrsta].[Vrsta].[All-L]</LName><LNum>0</LNum><DisplayInfo>5</DisplayInfo></Member><Member
149
+ Hierarchy="[Razlog prijave].[Razlog]"><UName>[Razlog prijave].[Razlog prijave].[Razlog]</UName><Caption>Razlog</Caption><LName>[Razlog
150
+ prijave].[Razlog].[Razlog prijave]</LName><LNum>0</LNum><DisplayInfo>82</DisplayInfo></Member><Member
151
+ Hierarchy="[Ulica].[ulica]"><UName>[Ulica].[Ulice].[Ulica]</UName><Caption>Ulica</Caption><LName>[Ulica].[ulica].[Ulice]</LName><LNum>0</LNum><DisplayInfo>5092</DisplayInfo></Member><Member
152
+ Hierarchy="[Produkt].[Produkt]"><UName>[Produkt].[All-M]</UName><Caption>All-M</Caption><LName>[Produkt].[Produkt].[All-L]</LName><LNum>0</LNum><DisplayInfo>15</DisplayInfo></Member></Tuple></Tuples></Axis></Axes><CellData><Cell
153
+ CellOrdinal="0"><Value xsi:type="xsd:long">1422</Value><FmtValue>1422</FmtValue></Cell><Cell
154
+ CellOrdinal="1"><Value xsi:type="xsd:long">2259</Value><FmtValue>2259</FmtValue></Cell><Cell
155
+ CellOrdinal="2"><Value xsi:type="xsd:long">2148</Value><FmtValue>2148</FmtValue></Cell><Cell
156
+ CellOrdinal="3"><Value xsi:type="xsd:long">2733</Value><FmtValue>2733</FmtValue></Cell><Cell
157
+ CellOrdinal="4"><Value xsi:type="xsd:long">2004</Value><FmtValue>2004</FmtValue></Cell><Cell
158
+ CellOrdinal="5"><Value xsi:type="xsd:long">2607</Value><FmtValue>2607</FmtValue></Cell><Cell
159
+ CellOrdinal="6"><Value xsi:type="xsd:long">2829</Value><FmtValue>2829</FmtValue></Cell><Cell
160
+ CellOrdinal="7"><Value xsi:type="xsd:long">1611</Value><FmtValue>1611</FmtValue></Cell><Cell
161
+ CellOrdinal="8"><Value xsi:type="xsd:long">2581</Value><FmtValue>2581</FmtValue></Cell><Cell
162
+ CellOrdinal="9"><Value xsi:type="xsd:long">1945</Value><FmtValue>1945</FmtValue></Cell><Cell
163
+ CellOrdinal="10"><Value xsi:type="xsd:long">3602</Value><FmtValue>3602</FmtValue></Cell><Cell
164
+ CellOrdinal="11"><Value xsi:type="xsd:long">1356</Value><FmtValue>1356</FmtValue></Cell><Cell
165
+ CellOrdinal="12"><Value xsi:type="xsd:long">1696</Value><FmtValue>1696</FmtValue></Cell><Cell
166
+ CellOrdinal="13"><Value xsi:type="xsd:long">2327</Value><FmtValue>2327</FmtValue></Cell><Cell
167
+ CellOrdinal="14"><Value xsi:type="xsd:long">1228</Value><FmtValue>1228</FmtValue></Cell><Cell
168
+ CellOrdinal="15"><Value xsi:type="xsd:long">3186</Value><FmtValue>3186</FmtValue></Cell></CellData></root></return></ExecuteResponse></soap:Body></soap:Envelope>'
169
+ http_version: '1.1'