miholeus

xmla_test

Nov 13th, 2015
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 124.03 KB | None | 0 0
  1. ======================================================================
  2. ERROR: test_saiku_xmla.test_get_datasources_count
  3. ----------------------------------------------------------------------
  4. Traceback (most recent call last):
  5. File "/usr/local/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
  6. self.test(*self.arg)
  7. File "/Users/miholeus/Documents/Pentaho/mondrian-server/python-saiku/tests/test_saiku_xmla.py", line 52, in test_get_datasources_count
  8. assert len(con.getDatasources()) != 0
  9. File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/olap/xmla/connection.py", line 67, in <lambda>
  10. *args, **kw)
  11. File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/olap/xmla/connection.py", line 104, in Discover
  12. res = getattr(self.client.service.Discover(what, rl, pl).\
  13. File "/usr/local/lib/python2.7/site-packages/suds/client.py", line 542, in __call__
  14. return client.invoke(args, kwargs)
  15. File "/usr/local/lib/python2.7/site-packages/suds/client.py", line 595, in invoke
  16. soapenv = binding.get_message(self.method, args, kwargs)
  17. File "/usr/local/lib/python2.7/site-packages/suds/bindings/binding.py", line 120, in get_message
  18. content = self.bodycontent(method, args, kwargs)
  19. File "/usr/local/lib/python2.7/site-packages/suds/bindings/document.py", line 63, in bodycontent
  20. p = self.mkparam(method, pd, value)
  21. File "/usr/local/lib/python2.7/site-packages/suds/bindings/document.py", line 105, in mkparam
  22. return Binding.mkparam(self, method, pdef, object)
  23. File "/usr/local/lib/python2.7/site-packages/suds/bindings/binding.py", line 287, in mkparam
  24. return marshaller.process(content)
  25. File "/usr/local/lib/python2.7/site-packages/suds/mx/core.py", line 62, in process
  26. self.append(document, content)
  27. File "/usr/local/lib/python2.7/site-packages/suds/mx/core.py", line 73, in append
  28. log.debug('appending parent:\n%s\ncontent:\n%s', parent, content)
  29. File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/__init__.py", line 1148, in debug
  30. self._log(DEBUG, msg, args, **kwargs)
  31. File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/__init__.py", line 1279, in _log
  32. self.handle(record)
  33. File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/__init__.py", line 1289, in handle
  34. self.callHandlers(record)
  35. File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/__init__.py", line 1329, in callHandlers
  36. hdlr.handle(record)
  37. File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/__init__.py", line 757, in handle
  38. self.emit(record)
  39. File "/usr/local/lib/python2.7/site-packages/nose/plugins/logcapture.py", line 82, in emit
  40. self.buffer.append(self.format(record))
  41. File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/__init__.py", line 732, in format
  42. return fmt.format(record)
  43. File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/__init__.py", line 471, in format
  44. record.message = record.getMessage()
  45. File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/__init__.py", line 335, in getMessage
  46. msg = msg % self.args
  47. File "/usr/local/lib/python2.7/site-packages/suds/sax/document.py", line 58, in __str__
  48. return unicode(self).encode('utf-8')
  49. File "/usr/local/lib/python2.7/site-packages/suds/sax/document.py", line 61, in __unicode__
  50. return self.str()
  51. File "/usr/local/lib/python2.7/site-packages/suds/sax/document.py", line 48, in str
  52. s.append(self.root().str())
  53. AttributeError: 'NoneType' object has no attribute 'str'
  54. -------------------- >> begin captured logging << --------------------
  55. requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (3): localhost
  56. requests.packages.urllib3.connectionpool: DEBUG: "DELETE //saiku/repository/default/datasources/test.sds HTTP/1.1" 204 0
  57. olap.xmla.requests_kerberosauth: WARNING: No kerberos module, so you won't be able to talk to kerberos protected sites
  58. olap.xmla.requests_kerberosauth: WARNING: No s4u2p module, so you won't be able to impersonate a user.
  59. suds.wsdl: DEBUG: reading wsdl at: file:///usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/olap/xmla/vs.wsdl ...
  60. olap.xmla.http: DEBUG: opening (file:///usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/olap/xmla/vs.wsdl)
  61. suds.metrics: DEBUG: <?xml version="1.0" encoding="utf-8"?>
  62. <definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:s0="urn:schemas-microsoft-com:xml-analysis" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="urn:schemas-microsoft-com:xml-analysis" xmlns="http://schemas.xmlsoap.org/wsdl/">
  63. <types>
  64. <s:schema attributeFormDefault="qualified" elementFormDefault="unqualified" targetNamespace="urn:schemas-microsoft-com:xml-analysis">
  65. <s:element name="BeginSession">
  66. <s:complexType>
  67. <s:attribute form="unqualified" name="mustUnderstand" type="s:int" />
  68. </s:complexType>
  69. </s:element>
  70. <s:element name="EndSession">
  71. <s:complexType>
  72. <s:attribute form="unqualified" name="SessionId" type="s:string" />
  73. <s:attribute form="unqualified" name="mustUnderstand" type="s:int" />
  74. </s:complexType>
  75. </s:element>
  76. <s:element name="Session">
  77. <s:complexType>
  78. <s:attribute form="unqualified" name="SessionId" type="s:string" />
  79. <s:attribute form="unqualified" name="mustUnderstand" type="s:int" />
  80. </s:complexType>
  81. </s:element>
  82. <s:element name="Discover">
  83. <s:complexType>
  84. <s:sequence>
  85. <s:element minOccurs="1" maxOccurs="1" name="RequestType" nillable="true" type="s:string" />
  86. <s:element minOccurs="1" maxOccurs="1" name="Restrictions" nillable="true">
  87. <s:complexType>
  88. <s:sequence>
  89. <s:any />
  90. </s:sequence>
  91. </s:complexType>
  92. </s:element>
  93. <s:element minOccurs="1" maxOccurs="1" name="Properties" nillable="true">
  94. <s:complexType>
  95. <s:sequence>
  96. <s:any />
  97. </s:sequence>
  98. </s:complexType>
  99. </s:element>
  100. </s:sequence>
  101. </s:complexType>
  102. </s:element>
  103. <s:element name="DiscoverResponse">
  104. <s:complexType>
  105. <s:sequence>
  106. <s:element minOccurs="0" maxOccurs="1" name="return">
  107. <s:complexType>
  108. <s:sequence>
  109. <s:any />
  110. </s:sequence>
  111. </s:complexType>
  112. </s:element>
  113. </s:sequence>
  114. </s:complexType>
  115. </s:element>
  116. <s:element name="Execute">
  117. <s:complexType>
  118. <s:sequence>
  119. <s:element minOccurs="1" maxOccurs="1" name="Command" nillable="true">
  120. <s:complexType>
  121. <s:sequence>
  122. <s:any />
  123. </s:sequence>
  124. </s:complexType>
  125. </s:element>
  126. <s:element minOccurs="1" maxOccurs="1" name="Properties" nillable="true">
  127. <s:complexType>
  128. <s:sequence>
  129. <s:any />
  130. </s:sequence>
  131. </s:complexType>
  132. </s:element>
  133. </s:sequence>
  134. </s:complexType>
  135. </s:element>
  136. <s:element name="ExecuteResponse">
  137. <s:complexType>
  138. <s:sequence>
  139. <s:element minOccurs="0" maxOccurs="1" name="return">
  140. <s:complexType>
  141. <s:sequence>
  142. <s:any />
  143. </s:sequence>
  144. </s:complexType>
  145. </s:element>
  146. </s:sequence>
  147. </s:complexType>
  148. </s:element>
  149. </s:schema>
  150. </types>
  151. <message name="DiscoverSoapIn">
  152. <part name="parameters" element="s0:Discover" />
  153. <part name="Session" element="s0:Session" />
  154. <part name="BeginSession" element="s0:BeginSession" />
  155. <part name="EndSession" element="s0:EndSession" />
  156. </message>
  157. <message name="DiscoverSoapIn1">
  158. <part name="parameters" element="s0:Discover" />
  159. </message>
  160. <message name="DiscoverSoapOut">
  161. <part name="parameters" element="s0:DiscoverResponse" />
  162. <part name="Session" element="s0:Session" />
  163. </message>
  164. <message name="ExecuteSoapIn">
  165. <part name="parameters" element="s0:Execute" />
  166. <part name="Session" element="s0:Session" />
  167. <part name="BeginSession" element="s0:BeginSession" />
  168. <part name="EndSession" element="s0:EndSession" />
  169. </message>
  170. <message name="ExecuteSoapOut">
  171. <part name="parameters" element="s0:ExecuteResponse" />
  172. <part name="Session" element="s0:Session" />
  173. </message>
  174. <portType name="MsXmlAnalysisSoap">
  175. <operation name="Discover">
  176. <input message="s0:DiscoverSoapIn" />
  177. <output message="s0:DiscoverSoapOut" />
  178. </operation>
  179. <operation name="Execute">
  180. <input message="s0:ExecuteSoapIn" />
  181. <output message="s0:ExecuteSoapOut" />
  182. </operation>
  183. </portType>
  184. <binding name="MsXmlAnalysisSoap" type="s0:MsXmlAnalysisSoap">
  185. <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
  186. <operation name="Discover">
  187. <soap:operation soapAction="urn:schemas-microsoft-com:xml-analysis:Discover" style="document" />
  188. <input>
  189. <soap:body parts="parameters" use="literal" />
  190. <soap:header message="s0:DiscoverSoapIn" part="Session" use="literal" />
  191. <soap:header message="s0:DiscoverSoapIn" part="BeginSession" use="literal" />
  192. <soap:header message="s0:DiscoverSoapIn" part="EndSession" use="literal" />
  193. </input>
  194. <output>
  195. <soap:body use="literal" />
  196. <soap:header message="s0:DiscoverSoapOut" part="Session" use="literal" />
  197. </output>
  198. </operation>
  199. <operation name="Execute">
  200. <soap:operation soapAction="urn:schemas-microsoft-com:xml-analysis:Execute" style="document" />
  201. <input>
  202. <soap:body parts="parameters" use="literal" />
  203. <soap:header message="s0:ExecuteSoapIn" part="Session" use="literal" />
  204. <soap:header message="s0:ExecuteSoapIn" part="BeginSession" use="literal" />
  205. <soap:header message="s0:ExecuteSoapIn" part="EndSession" use="literal" />
  206. </input>
  207. <output>
  208. <soap:body use="literal" />
  209. <soap:header message="s0:ExecuteSoapOut" part="Session" use="literal" />
  210. </output>
  211. </operation>
  212. </binding>
  213. <service name="MsXmlAnalysis">
  214. <port name="MsXmlAnalysisSoap" binding="s0:MsXmlAnalysisSoap">
  215. <soap:address location="http://localhost/olap/msmdpump.dll" />
  216. </port>
  217. </service>
  218. </definitions>
  219. sax duration: 3 (ms)
  220. suds.xsd.sxbase: DEBUG: Attribute:0x111b92e10, convert type="s:int" to (u'int', u'http://www.w3.org/2001/XMLSchema')
  221. suds.xsd.sxbase: DEBUG: Attribute:0x111ba1d10, convert type="s:string" to (u'string', u'http://www.w3.org/2001/XMLSchema')
  222. suds.xsd.sxbase: DEBUG: Attribute:0x111ba1d90, convert type="s:int" to (u'int', u'http://www.w3.org/2001/XMLSchema')
  223. suds.xsd.sxbase: DEBUG: Attribute:0x111ba1e90, convert type="s:string" to (u'string', u'http://www.w3.org/2001/XMLSchema')
  224. suds.xsd.sxbase: DEBUG: Attribute:0x111ba1f10, convert type="s:int" to (u'int', u'http://www.w3.org/2001/XMLSchema')
  225. suds.xsd.sxbase: DEBUG: Element:0x111bfa110, convert type="s:string" to (u'string', u'http://www.w3.org/2001/XMLSchema')
  226. suds.xsd.schema: DEBUG: loaded:
  227.  
  228. schema collection
  229. Schema:0x111bf1fc8
  230. (raw)
  231. <s:schema elementFormDefault="unqualified" targetNamespace="urn:schemas-microsoft-com:xml-analysis" attributeFormDefault="qualified">
  232. <s:element name="BeginSession">
  233. <s:complexType>
  234. <s:attribute type="s:int" name="mustUnderstand" form="unqualified"/>
  235. </s:complexType>
  236. </s:element>
  237. <s:element name="EndSession">
  238. <s:complexType>
  239. <s:attribute type="s:string" name="SessionId" form="unqualified"/>
  240. <s:attribute type="s:int" name="mustUnderstand" form="unqualified"/>
  241. </s:complexType>
  242. </s:element>
  243. <s:element name="Session">
  244. <s:complexType>
  245. <s:attribute type="s:string" name="SessionId" form="unqualified"/>
  246. <s:attribute type="s:int" name="mustUnderstand" form="unqualified"/>
  247. </s:complexType>
  248. </s:element>
  249. <s:element name="Discover">
  250. <s:complexType>
  251. <s:sequence>
  252. <s:element maxOccurs="1" nillable="true" type="s:string" name="RequestType" minOccurs="1"/>
  253. <s:element maxOccurs="1" nillable="true" name="Restrictions" minOccurs="1">
  254. <s:complexType>
  255. <s:sequence>
  256. <s:any/>
  257. </s:sequence>
  258. </s:complexType>
  259. </s:element>
  260. <s:element maxOccurs="1" nillable="true" name="Properties" minOccurs="1">
  261. <s:complexType>
  262. <s:sequence>
  263. <s:any/>
  264. </s:sequence>
  265. </s:complexType>
  266. </s:element>
  267. </s:sequence>
  268. </s:complexType>
  269. </s:element>
  270. <s:element name="DiscoverResponse">
  271. <s:complexType>
  272. <s:sequence>
  273. <s:element maxOccurs="1" name="return" minOccurs="0">
  274. <s:complexType>
  275. <s:sequence>
  276. <s:any/>
  277. </s:sequence>
  278. </s:complexType>
  279. </s:element>
  280. </s:sequence>
  281. </s:complexType>
  282. </s:element>
  283. <s:element name="Execute">
  284. <s:complexType>
  285. <s:sequence>
  286. <s:element maxOccurs="1" nillable="true" name="Command" minOccurs="1">
  287. <s:complexType>
  288. <s:sequence>
  289. <s:any/>
  290. </s:sequence>
  291. </s:complexType>
  292. </s:element>
  293. <s:element maxOccurs="1" nillable="true" name="Properties" minOccurs="1">
  294. <s:complexType>
  295. <s:sequence>
  296. <s:any/>
  297. </s:sequence>
  298. </s:complexType>
  299. </s:element>
  300. </s:sequence>
  301. </s:complexType>
  302. </s:element>
  303. <s:element name="ExecuteResponse">
  304. <s:complexType>
  305. <s:sequence>
  306. <s:element maxOccurs="1" name="return" minOccurs="0">
  307. <s:complexType>
  308. <s:sequence>
  309. <s:any/>
  310. </s:sequence>
  311. </s:complexType>
  312. </s:element>
  313. </s:sequence>
  314. </s:complexType>
  315. </s:element>
  316. </s:schema>
  317. (model)
  318. <Element:0x111b92c50 name="BeginSession">
  319. <Complex:0x111b92dd0>
  320. <Attribute:0x111b92e10 name="mustUnderstand" type="(u'int', u'http://www.w3.org/2001/XMLSchema')" />@
  321. </Complex>
  322. </Element>
  323. <Element:0x111b92d50 name="EndSession">
  324. <Complex:0x111ba1c90>
  325. <Attribute:0x111ba1d10 name="SessionId" type="(u'string', u'http://www.w3.org/2001/XMLSchema')" />@
  326. <Attribute:0x111ba1d90 name="mustUnderstand" type="(u'int', u'http://www.w3.org/2001/XMLSchema')" />@
  327. </Complex>
  328. </Element>
  329. <Element:0x111b92e50 name="Session">
  330. <Complex:0x111ba1e10>
  331. <Attribute:0x111ba1e90 name="SessionId" type="(u'string', u'http://www.w3.org/2001/XMLSchema')" />@
  332. <Attribute:0x111ba1f10 name="mustUnderstand" type="(u'int', u'http://www.w3.org/2001/XMLSchema')" />@
  333. </Complex>
  334. </Element>
  335. <Element:0x111ba1cd0 name="Discover">
  336. <Complex:0x111ba1f90>
  337. <Sequence:0x111bfa050>
  338. <Element:0x111bfa110 name="RequestType" type="(u'string', u'http://www.w3.org/2001/XMLSchema')" />
  339. <Element:0x111bfa150 name="Restrictions">
  340. <Complex:0x111bfa1d0>
  341. <Sequence:0x111bfa250>
  342. <Any:0x111bfa310 />
  343. </Sequence>
  344. </Complex>
  345. </Element>
  346. <Element:0x111bfa190 name="Properties">
  347. <Complex:0x111bfa2d0>
  348. <Sequence:0x111bfa390>
  349. <Any:0x111bfa450 />
  350. </Sequence>
  351. </Complex>
  352. </Element>
  353. </Sequence>
  354. </Complex>
  355. </Element>
  356. <Element:0x111ba1e50 name="DiscoverResponse">
  357. <Complex:0x111bfa0d0>
  358. <Sequence:0x111bfa350>
  359. <Element:0x111bfa4d0 name="return">
  360. <Complex:0x111bfa550>
  361. <Sequence:0x111bfa5d0>
  362. <Any:0x111bfa690 />
  363. </Sequence>
  364. </Complex>
  365. </Element>
  366. </Sequence>
  367. </Complex>
  368. </Element>
  369. <Element:0x111ba1fd0 name="Execute">
  370. <Complex:0x111bfa490>
  371. <Sequence:0x111bfa590>
  372. <Element:0x111bfa710 name="Command">
  373. <Complex:0x111bfa790>
  374. <Sequence:0x111bfa810>
  375. <Any:0x111bfa8d0 />
  376. </Sequence>
  377. </Complex>
  378. </Element>
  379. <Element:0x111bfa750 name="Properties">
  380. <Complex:0x111bfa890>
  381. <Sequence:0x111bfa950>
  382. <Any:0x111bfaa10 />
  383. </Sequence>
  384. </Complex>
  385. </Element>
  386. </Sequence>
  387. </Complex>
  388. </Element>
  389. <Element:0x111bfa210 name="ExecuteResponse">
  390. <Complex:0x111bfa6d0>
  391. <Sequence:0x111bfa910>
  392. <Element:0x111bfaa90 name="return">
  393. <Complex:0x111bfab10>
  394. <Sequence:0x111bfab90>
  395. <Any:0x111bfac50 />
  396. </Sequence>
  397. </Complex>
  398. </Element>
  399. </Sequence>
  400. </Complex>
  401. </Element>
  402.  
  403. suds.xsd.schema: DEBUG: MERGED:
  404. Schema:0x111bf1fc8
  405. (raw)
  406. <s:schema elementFormDefault="unqualified" targetNamespace="urn:schemas-microsoft-com:xml-analysis" attributeFormDefault="qualified">
  407. <s:element name="BeginSession">
  408. <s:complexType>
  409. <s:attribute type="s:int" name="mustUnderstand" form="unqualified"/>
  410. </s:complexType>
  411. </s:element>
  412. <s:element name="EndSession">
  413. <s:complexType>
  414. <s:attribute type="s:string" name="SessionId" form="unqualified"/>
  415. <s:attribute type="s:int" name="mustUnderstand" form="unqualified"/>
  416. </s:complexType>
  417. </s:element>
  418. <s:element name="Session">
  419. <s:complexType>
  420. <s:attribute type="s:string" name="SessionId" form="unqualified"/>
  421. <s:attribute type="s:int" name="mustUnderstand" form="unqualified"/>
  422. </s:complexType>
  423. </s:element>
  424. <s:element name="Discover">
  425. <s:complexType>
  426. <s:sequence>
  427. <s:element maxOccurs="1" nillable="true" type="s:string" name="RequestType" minOccurs="1"/>
  428. <s:element maxOccurs="1" nillable="true" name="Restrictions" minOccurs="1">
  429. <s:complexType>
  430. <s:sequence>
  431. <s:any/>
  432. </s:sequence>
  433. </s:complexType>
  434. </s:element>
  435. <s:element maxOccurs="1" nillable="true" name="Properties" minOccurs="1">
  436. <s:complexType>
  437. <s:sequence>
  438. <s:any/>
  439. </s:sequence>
  440. </s:complexType>
  441. </s:element>
  442. </s:sequence>
  443. </s:complexType>
  444. </s:element>
  445. <s:element name="DiscoverResponse">
  446. <s:complexType>
  447. <s:sequence>
  448. <s:element maxOccurs="1" name="return" minOccurs="0">
  449. <s:complexType>
  450. <s:sequence>
  451. <s:any/>
  452. </s:sequence>
  453. </s:complexType>
  454. </s:element>
  455. </s:sequence>
  456. </s:complexType>
  457. </s:element>
  458. <s:element name="Execute">
  459. <s:complexType>
  460. <s:sequence>
  461. <s:element maxOccurs="1" nillable="true" name="Command" minOccurs="1">
  462. <s:complexType>
  463. <s:sequence>
  464. <s:any/>
  465. </s:sequence>
  466. </s:complexType>
  467. </s:element>
  468. <s:element maxOccurs="1" nillable="true" name="Properties" minOccurs="1">
  469. <s:complexType>
  470. <s:sequence>
  471. <s:any/>
  472. </s:sequence>
  473. </s:complexType>
  474. </s:element>
  475. </s:sequence>
  476. </s:complexType>
  477. </s:element>
  478. <s:element name="ExecuteResponse">
  479. <s:complexType>
  480. <s:sequence>
  481. <s:element maxOccurs="1" name="return" minOccurs="0">
  482. <s:complexType>
  483. <s:sequence>
  484. <s:any/>
  485. </s:sequence>
  486. </s:complexType>
  487. </s:element>
  488. </s:sequence>
  489. </s:complexType>
  490. </s:element>
  491. </s:schema>
  492. (model)
  493. <Element:0x111b92c50 name="BeginSession">
  494. <Complex:0x111b92dd0>
  495. <Attribute:0x111b92e10 name="mustUnderstand" type="(u'int', u'http://www.w3.org/2001/XMLSchema')" />@
  496. </Complex>
  497. </Element>
  498. <Element:0x111b92d50 name="EndSession">
  499. <Complex:0x111ba1c90>
  500. <Attribute:0x111ba1d10 name="SessionId" type="(u'string', u'http://www.w3.org/2001/XMLSchema')" />@
  501. <Attribute:0x111ba1d90 name="mustUnderstand" type="(u'int', u'http://www.w3.org/2001/XMLSchema')" />@
  502. </Complex>
  503. </Element>
  504. <Element:0x111b92e50 name="Session">
  505. <Complex:0x111ba1e10>
  506. <Attribute:0x111ba1e90 name="SessionId" type="(u'string', u'http://www.w3.org/2001/XMLSchema')" />@
  507. <Attribute:0x111ba1f10 name="mustUnderstand" type="(u'int', u'http://www.w3.org/2001/XMLSchema')" />@
  508. </Complex>
  509. </Element>
  510. <Element:0x111ba1cd0 name="Discover">
  511. <Complex:0x111ba1f90>
  512. <Sequence:0x111bfa050>
  513. <Element:0x111bfa110 name="RequestType" type="(u'string', u'http://www.w3.org/2001/XMLSchema')" />
  514. <Element:0x111bfa150 name="Restrictions">
  515. <Complex:0x111bfa1d0>
  516. <Sequence:0x111bfa250>
  517. <Any:0x111bfa310 />
  518. </Sequence>
  519. </Complex>
  520. </Element>
  521. <Element:0x111bfa190 name="Properties">
  522. <Complex:0x111bfa2d0>
  523. <Sequence:0x111bfa390>
  524. <Any:0x111bfa450 />
  525. </Sequence>
  526. </Complex>
  527. </Element>
  528. </Sequence>
  529. </Complex>
  530. </Element>
  531. <Element:0x111ba1e50 name="DiscoverResponse">
  532. <Complex:0x111bfa0d0>
  533. <Sequence:0x111bfa350>
  534. <Element:0x111bfa4d0 name="return">
  535. <Complex:0x111bfa550>
  536. <Sequence:0x111bfa5d0>
  537. <Any:0x111bfa690 />
  538. </Sequence>
  539. </Complex>
  540. </Element>
  541. </Sequence>
  542. </Complex>
  543. </Element>
  544. <Element:0x111ba1fd0 name="Execute">
  545. <Complex:0x111bfa490>
  546. <Sequence:0x111bfa590>
  547. <Element:0x111bfa710 name="Command">
  548. <Complex:0x111bfa790>
  549. <Sequence:0x111bfa810>
  550. <Any:0x111bfa8d0 />
  551. </Sequence>
  552. </Complex>
  553. </Element>
  554. <Element:0x111bfa750 name="Properties">
  555. <Complex:0x111bfa890>
  556. <Sequence:0x111bfa950>
  557. <Any:0x111bfaa10 />
  558. </Sequence>
  559. </Complex>
  560. </Element>
  561. </Sequence>
  562. </Complex>
  563. </Element>
  564. <Element:0x111bfa210 name="ExecuteResponse">
  565. <Complex:0x111bfa6d0>
  566. <Sequence:0x111bfa910>
  567. <Element:0x111bfaa90 name="return">
  568. <Complex:0x111bfab10>
  569. <Sequence:0x111bfab90>
  570. <Any:0x111bfac50 />
  571. </Sequence>
  572. </Complex>
  573. </Element>
  574. </Sequence>
  575. </Complex>
  576. </Element>
  577.  
  578. suds.xsd.query: DEBUG: (u'Execute', u'urn:schemas-microsoft-com:xml-analysis'), found as: <Element:0x111ba1fd0 name="Execute" />
  579. suds.xsd.query: DEBUG: (u'Discover', u'urn:schemas-microsoft-com:xml-analysis'), found as: <Element:0x111ba1cd0 name="Discover" />
  580. suds.wsdl: DEBUG: wsdl at 'file:///usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/olap/xmla/vs.wsdl' loaded:
  581. (Definitions){
  582. id = "Definitions:0x110914488"
  583. options = Definitions:
  584. prettyxml: classes=(<type 'bool'>,), default=False
  585. cachingpolicy: classes=(<type 'int'>,), default=0
  586. soapheaders: classes=*, default=()
  587. service: classes=(<type 'int'>, <type 'basestring'>), default=None
  588. doctor: classes=(<class suds.xsd.doctor.Doctor at 0x1108cf050>,), default=None
  589. cache: classes=(<class suds.cache.Cache at 0x11082c050>,), default=<suds.cache.NoCache instance at 0x110909b48>
  590. retxml: classes=(<type 'bool'>,), default=False
  591. prefixes: classes=(<type 'bool'>,), default=True
  592. faults: classes=(<type 'bool'>,), default=True
  593. wsse: classes=(<class suds.wsse.Security at 0x1108cf0b8>,), default=None
  594. autoblend: classes=(<type 'bool'>,), default=False
  595. location: classes=(<type 'basestring'>,), default=None
  596. plugins: classes=(<type 'list'>, <type 'tuple'>), default=[]
  597. xstq: classes=(<type 'bool'>,), default=True
  598. port: classes=(<type 'int'>, <type 'basestring'>), default=None
  599. transport: classes=(<class suds.transport.Transport at 0x11081cf58>,), default=None
  600. Content:
  601. ('cachingpolicy', 0)
  602. ('soapheaders', ())
  603. ('service', None)
  604. ('doctor', None)
  605. ('cache', <suds.cache.NoCache instance at 0x110909b48>)
  606. ('port', None)
  607. ('prefixes', True)
  608. ('faults', True)
  609. ('wsse', None)
  610. ('autoblend', False)
  611. ('location', 'http://localhost:8080/saiku/xmla')
  612. ('plugins', [<olap.xmla.connection.UseDefaultNamespace instance at 0x110909950>])
  613. ('prettyxml', False)
  614. ('retxml', False)
  615. ('transport', <olap.xmla.http.HttpKerberosAuthenticated instance at 0x110909638>)
  616. ('xstq', True)
  617. Linked:
  618. Definitions:
  619. username: classes=(<type 'basestring'>,), default=None
  620. headers: classes=(<type 'dict'>,), default={}
  621. password: classes=(<type 'basestring'>,), default=None
  622. proxy: classes=(<type 'dict'>,), default={}
  623. timeout: classes=(<type 'int'>, <type 'float'>), default=90
  624. Content:
  625. ('username', None)
  626. ('headers', {})
  627. ('password', None)
  628. ('proxy', {})
  629. ('timeout', 90)
  630. Linked:
  631. Definitions:
  632. prettyxml: classes=(<type 'bool'>,), default=False
  633. cachingpolicy: classes=(<type 'int'>,), default=0
  634. soapheaders: classes=*, default=()
  635. service: classes=(<type 'int'>, <type 'basestring'>), default=None
  636. doctor: classes=(<class suds.xsd.doctor.Doctor at 0x1108cf050>,), default=None
  637. cache: classes=(<class suds.cache.Cache at 0x11082c050>,), default=<suds.cache.NoCache instance at 0x110909b48>
  638. retxml: classes=(<type 'bool'>,), default=False
  639. prefixes: classes=(<type 'bool'>,), default=True
  640. faults: classes=(<type 'bool'>,), default=True
  641. wsse: classes=(<class suds.wsse.Security at 0x1108cf0b8>,), default=None
  642. autoblend: classes=(<type 'bool'>,), default=False
  643. location: classes=(<type 'basestring'>,), default=None
  644. plugins: classes=(<type 'list'>, <type 'tuple'>), default=[]
  645. xstq: classes=(<type 'bool'>,), default=True
  646. port: classes=(<type 'int'>, <type 'basestring'>), default=None
  647. transport: classes=(<class suds.transport.Transport at 0x11081cf58>,), default=None
  648. Content:
  649. ('cachingpolicy', 0)
  650. ('soapheaders', ())
  651. ('service', None)
  652. ('doctor', None)
  653. ('cache', <suds.cache.NoCache instance at 0x110909b48>)
  654. ('port', None)
  655. ('prefixes', True)
  656. ('faults', True)
  657. ('wsse', None)
  658. ('autoblend', False)
  659. ('location', 'http://localhost:8080/saiku/xmla')
  660. ('plugins', [<olap.xmla.connection.UseDefaultNamespace instance at 0x110909950>])
  661. ('prettyxml', False)
  662. ('retxml', False)
  663. ('transport', <olap.xmla.http.HttpKerberosAuthenticated instance at 0x110909638>)
  664. ('xstq', True)
  665. url = "file:///usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/olap/xmla/vs.wsdl"
  666. tns[] =
  667. "s0",
  668. "urn:schemas-microsoft-com:xml-analysis",
  669. types[] =
  670. (Types){
  671. definitions = (Definitions)...
  672. },
  673. schema = "<Schema:0x111bf1fc8 tns="urn:schemas-microsoft-com:xml-analysis"/>"
  674. imports[] = <empty>
  675. messages =
  676. {
  677. (ExecuteSoapIn, urn:schemas-microsoft-com:xml-analysis, ) =
  678. (Message){
  679. name = "ExecuteSoapIn"
  680. qname = "(ExecuteSoapIn, urn:schemas-microsoft-com:xml-analysis)"
  681. parts[] =
  682. (Part){
  683. root = <part name="parameters" element="s0:Execute"/>
  684. name = "parameters"
  685. qname[] =
  686. "parameters",
  687. "urn:schemas-microsoft-com:xml-analysis",
  688. element = "(u'Execute', u'urn:schemas-microsoft-com:xml-analysis')"
  689. type = "None"
  690. },
  691. (Part){
  692. root = <part name="Session" element="s0:Session"/>
  693. name = "Session"
  694. qname[] =
  695. "Session",
  696. "urn:schemas-microsoft-com:xml-analysis",
  697. element = "(u'Session', u'urn:schemas-microsoft-com:xml-analysis')"
  698. type = "None"
  699. },
  700. (Part){
  701. root = <part name="BeginSession" element="s0:BeginSession"/>
  702. name = "BeginSession"
  703. qname[] =
  704. "BeginSession",
  705. "urn:schemas-microsoft-com:xml-analysis",
  706. element = "(u'BeginSession', u'urn:schemas-microsoft-com:xml-analysis')"
  707. type = "None"
  708. },
  709. (Part){
  710. root = <part name="EndSession" element="s0:EndSession"/>
  711. name = "EndSession"
  712. qname[] =
  713. "EndSession",
  714. "urn:schemas-microsoft-com:xml-analysis",
  715. element = "(u'EndSession', u'urn:schemas-microsoft-com:xml-analysis')"
  716. type = "None"
  717. },
  718. }
  719. (ExecuteSoapOut, urn:schemas-microsoft-com:xml-analysis, ) =
  720. (Message){
  721. name = "ExecuteSoapOut"
  722. qname = "(ExecuteSoapOut, urn:schemas-microsoft-com:xml-analysis)"
  723. parts[] =
  724. (Part){
  725. root = <part name="parameters" element="s0:ExecuteResponse"/>
  726. name = "parameters"
  727. qname[] =
  728. "parameters",
  729. "urn:schemas-microsoft-com:xml-analysis",
  730. element = "(u'ExecuteResponse', u'urn:schemas-microsoft-com:xml-analysis')"
  731. type = "None"
  732. },
  733. (Part){
  734. root = <part name="Session" element="s0:Session"/>
  735. name = "Session"
  736. qname[] =
  737. "Session",
  738. "urn:schemas-microsoft-com:xml-analysis",
  739. element = "(u'Session', u'urn:schemas-microsoft-com:xml-analysis')"
  740. type = "None"
  741. },
  742. }
  743. (DiscoverSoapIn1, urn:schemas-microsoft-com:xml-analysis, ) =
  744. (Message){
  745. name = "DiscoverSoapIn1"
  746. qname = "(DiscoverSoapIn1, urn:schemas-microsoft-com:xml-analysis)"
  747. parts[] =
  748. (Part){
  749. root = <part name="parameters" element="s0:Discover"/>
  750. name = "parameters"
  751. qname[] =
  752. "parameters",
  753. "urn:schemas-microsoft-com:xml-analysis",
  754. element = "(u'Discover', u'urn:schemas-microsoft-com:xml-analysis')"
  755. type = "None"
  756. },
  757. }
  758. (DiscoverSoapOut, urn:schemas-microsoft-com:xml-analysis, ) =
  759. (Message){
  760. name = "DiscoverSoapOut"
  761. qname = "(DiscoverSoapOut, urn:schemas-microsoft-com:xml-analysis)"
  762. parts[] =
  763. (Part){
  764. root = <part name="parameters" element="s0:DiscoverResponse"/>
  765. name = "parameters"
  766. qname[] =
  767. "parameters",
  768. "urn:schemas-microsoft-com:xml-analysis",
  769. element = "(u'DiscoverResponse', u'urn:schemas-microsoft-com:xml-analysis')"
  770. type = "None"
  771. },
  772. (Part){
  773. root = <part name="Session" element="s0:Session"/>
  774. name = "Session"
  775. qname[] =
  776. "Session",
  777. "urn:schemas-microsoft-com:xml-analysis",
  778. element = "(u'Session', u'urn:schemas-microsoft-com:xml-analysis')"
  779. type = "None"
  780. },
  781. }
  782. (DiscoverSoapIn, urn:schemas-microsoft-com:xml-analysis, ) =
  783. (Message){
  784. name = "DiscoverSoapIn"
  785. qname = "(DiscoverSoapIn, urn:schemas-microsoft-com:xml-analysis)"
  786. parts[] =
  787. (Part){
  788. root = <part name="parameters" element="s0:Discover"/>
  789. name = "parameters"
  790. qname[] =
  791. "parameters",
  792. "urn:schemas-microsoft-com:xml-analysis",
  793. element = "(u'Discover', u'urn:schemas-microsoft-com:xml-analysis')"
  794. type = "None"
  795. },
  796. (Part){
  797. root = <part name="Session" element="s0:Session"/>
  798. name = "Session"
  799. qname[] =
  800. "Session",
  801. "urn:schemas-microsoft-com:xml-analysis",
  802. element = "(u'Session', u'urn:schemas-microsoft-com:xml-analysis')"
  803. type = "None"
  804. },
  805. (Part){
  806. root = <part name="BeginSession" element="s0:BeginSession"/>
  807. name = "BeginSession"
  808. qname[] =
  809. "BeginSession",
  810. "urn:schemas-microsoft-com:xml-analysis",
  811. element = "(u'BeginSession', u'urn:schemas-microsoft-com:xml-analysis')"
  812. type = "None"
  813. },
  814. (Part){
  815. root = <part name="EndSession" element="s0:EndSession"/>
  816. name = "EndSession"
  817. qname[] =
  818. "EndSession",
  819. "urn:schemas-microsoft-com:xml-analysis",
  820. element = "(u'EndSession', u'urn:schemas-microsoft-com:xml-analysis')"
  821. type = "None"
  822. },
  823. }
  824. }
  825. port_types =
  826. {
  827. (MsXmlAnalysisSoap, urn:schemas-microsoft-com:xml-analysis, ) =
  828. (PortType){
  829. name = "MsXmlAnalysisSoap"
  830. qname = "(MsXmlAnalysisSoap, urn:schemas-microsoft-com:xml-analysis)"
  831. operations =
  832. {
  833. Execute =
  834. (Operation){
  835. name = "Execute"
  836. tns[] =
  837. "s0",
  838. "urn:schemas-microsoft-com:xml-analysis",
  839. input =
  840. (Message){
  841. name = "ExecuteSoapIn"
  842. qname = "(ExecuteSoapIn, urn:schemas-microsoft-com:xml-analysis)"
  843. parts[] =
  844. (Part){
  845. root = <part name="parameters" element="s0:Execute"/>
  846. name = "parameters"
  847. qname[] =
  848. "parameters",
  849. "urn:schemas-microsoft-com:xml-analysis",
  850. element = "(u'Execute', u'urn:schemas-microsoft-com:xml-analysis')"
  851. type = "None"
  852. },
  853. (Part){
  854. root = <part name="Session" element="s0:Session"/>
  855. name = "Session"
  856. qname[] =
  857. "Session",
  858. "urn:schemas-microsoft-com:xml-analysis",
  859. element = "(u'Session', u'urn:schemas-microsoft-com:xml-analysis')"
  860. type = "None"
  861. },
  862. (Part){
  863. root = <part name="BeginSession" element="s0:BeginSession"/>
  864. name = "BeginSession"
  865. qname[] =
  866. "BeginSession",
  867. "urn:schemas-microsoft-com:xml-analysis",
  868. element = "(u'BeginSession', u'urn:schemas-microsoft-com:xml-analysis')"
  869. type = "None"
  870. },
  871. (Part){
  872. root = <part name="EndSession" element="s0:EndSession"/>
  873. name = "EndSession"
  874. qname[] =
  875. "EndSession",
  876. "urn:schemas-microsoft-com:xml-analysis",
  877. element = "(u'EndSession', u'urn:schemas-microsoft-com:xml-analysis')"
  878. type = "None"
  879. },
  880. }
  881. output =
  882. (Message){
  883. name = "ExecuteSoapOut"
  884. qname = "(ExecuteSoapOut, urn:schemas-microsoft-com:xml-analysis)"
  885. parts[] =
  886. (Part){
  887. root = <part name="parameters" element="s0:ExecuteResponse"/>
  888. name = "parameters"
  889. qname[] =
  890. "parameters",
  891. "urn:schemas-microsoft-com:xml-analysis",
  892. element = "(u'ExecuteResponse', u'urn:schemas-microsoft-com:xml-analysis')"
  893. type = "None"
  894. },
  895. (Part){
  896. root = <part name="Session" element="s0:Session"/>
  897. name = "Session"
  898. qname[] =
  899. "Session",
  900. "urn:schemas-microsoft-com:xml-analysis",
  901. element = "(u'Session', u'urn:schemas-microsoft-com:xml-analysis')"
  902. type = "None"
  903. },
  904. }
  905. faults[] = <empty>
  906. }
  907. Discover =
  908. (Operation){
  909. name = "Discover"
  910. tns[] =
  911. "s0",
  912. "urn:schemas-microsoft-com:xml-analysis",
  913. input =
  914. (Message){
  915. name = "DiscoverSoapIn"
  916. qname = "(DiscoverSoapIn, urn:schemas-microsoft-com:xml-analysis)"
  917. parts[] =
  918. (Part){
  919. root = <part name="parameters" element="s0:Discover"/>
  920. name = "parameters"
  921. qname[] =
  922. "parameters",
  923. "urn:schemas-microsoft-com:xml-analysis",
  924. element = "(u'Discover', u'urn:schemas-microsoft-com:xml-analysis')"
  925. type = "None"
  926. },
  927. (Part){
  928. root = <part name="Session" element="s0:Session"/>
  929. name = "Session"
  930. qname[] =
  931. "Session",
  932. "urn:schemas-microsoft-com:xml-analysis",
  933. element = "(u'Session', u'urn:schemas-microsoft-com:xml-analysis')"
  934. type = "None"
  935. },
  936. (Part){
  937. root = <part name="BeginSession" element="s0:BeginSession"/>
  938. name = "BeginSession"
  939. qname[] =
  940. "BeginSession",
  941. "urn:schemas-microsoft-com:xml-analysis",
  942. element = "(u'BeginSession', u'urn:schemas-microsoft-com:xml-analysis')"
  943. type = "None"
  944. },
  945. (Part){
  946. root = <part name="EndSession" element="s0:EndSession"/>
  947. name = "EndSession"
  948. qname[] =
  949. "EndSession",
  950. "urn:schemas-microsoft-com:xml-analysis",
  951. element = "(u'EndSession', u'urn:schemas-microsoft-com:xml-analysis')"
  952. type = "None"
  953. },
  954. }
  955. output =
  956. (Message){
  957. name = "DiscoverSoapOut"
  958. qname = "(DiscoverSoapOut, urn:schemas-microsoft-com:xml-analysis)"
  959. parts[] =
  960. (Part){
  961. root = <part name="parameters" element="s0:DiscoverResponse"/>
  962. name = "parameters"
  963. qname[] =
  964. "parameters",
  965. "urn:schemas-microsoft-com:xml-analysis",
  966. element = "(u'DiscoverResponse', u'urn:schemas-microsoft-com:xml-analysis')"
  967. type = "None"
  968. },
  969. (Part){
  970. root = <part name="Session" element="s0:Session"/>
  971. name = "Session"
  972. qname[] =
  973. "Session",
  974. "urn:schemas-microsoft-com:xml-analysis",
  975. element = "(u'Session', u'urn:schemas-microsoft-com:xml-analysis')"
  976. type = "None"
  977. },
  978. }
  979. faults[] = <empty>
  980. }
  981. }
  982. }
  983. }
  984. bindings =
  985. {
  986. (MsXmlAnalysisSoap, urn:schemas-microsoft-com:xml-analysis, ) =
  987. (Binding){
  988. name = "MsXmlAnalysisSoap"
  989. qname = "(MsXmlAnalysisSoap, urn:schemas-microsoft-com:xml-analysis)"
  990. operations =
  991. {
  992. Execute =
  993. (Operation){
  994. name = "Execute"
  995. soap =
  996. (soap){
  997. action = ""urn:schemas-microsoft-com:xml-analysis:Execute""
  998. style = "document"
  999. input =
  1000. (Input){
  1001. body =
  1002. (Body){
  1003. parts[] =
  1004. (Part){
  1005. root = <part name="parameters" element="s0:Execute"/>
  1006. name = "parameters"
  1007. qname[] =
  1008. "parameters",
  1009. "urn:schemas-microsoft-com:xml-analysis",
  1010. element = "(u'Execute', u'urn:schemas-microsoft-com:xml-analysis')"
  1011. type = "None"
  1012. },
  1013. use = "literal"
  1014. namespace[] =
  1015. "s0",
  1016. "urn:schemas-microsoft-com:xml-analysis",
  1017. wrapped = True
  1018. }
  1019. headers[] =
  1020. (Header){
  1021. use = "literal"
  1022. namespace[] =
  1023. "s0",
  1024. "urn:schemas-microsoft-com:xml-analysis",
  1025. message = "s0:ExecuteSoapIn"
  1026. part =
  1027. (Part){
  1028. root = <part name="Session" element="s0:Session"/>
  1029. name = "Session"
  1030. qname[] =
  1031. "Session",
  1032. "urn:schemas-microsoft-com:xml-analysis",
  1033. element = "(u'Session', u'urn:schemas-microsoft-com:xml-analysis')"
  1034. type = "None"
  1035. }
  1036. },
  1037. (Header){
  1038. use = "literal"
  1039. namespace[] =
  1040. "s0",
  1041. "urn:schemas-microsoft-com:xml-analysis",
  1042. message = "s0:ExecuteSoapIn"
  1043. part =
  1044. (Part){
  1045. root = <part name="BeginSession" element="s0:BeginSession"/>
  1046. name = "BeginSession"
  1047. qname[] =
  1048. "BeginSession",
  1049. "urn:schemas-microsoft-com:xml-analysis",
  1050. element = "(u'BeginSession', u'urn:schemas-microsoft-com:xml-analysis')"
  1051. type = "None"
  1052. }
  1053. },
  1054. (Header){
  1055. use = "literal"
  1056. namespace[] =
  1057. "s0",
  1058. "urn:schemas-microsoft-com:xml-analysis",
  1059. message = "s0:ExecuteSoapIn"
  1060. part =
  1061. (Part){
  1062. root = <part name="EndSession" element="s0:EndSession"/>
  1063. name = "EndSession"
  1064. qname[] =
  1065. "EndSession",
  1066. "urn:schemas-microsoft-com:xml-analysis",
  1067. element = "(u'EndSession', u'urn:schemas-microsoft-com:xml-analysis')"
  1068. type = "None"
  1069. }
  1070. },
  1071. }
  1072. output =
  1073. (Output){
  1074. body =
  1075. (Body){
  1076. parts[] =
  1077. (Part){
  1078. root = <part name="parameters" element="s0:ExecuteResponse"/>
  1079. name = "parameters"
  1080. qname[] =
  1081. "parameters",
  1082. "urn:schemas-microsoft-com:xml-analysis",
  1083. element = "(u'ExecuteResponse', u'urn:schemas-microsoft-com:xml-analysis')"
  1084. type = "None"
  1085. },
  1086. (Part){
  1087. root = <part name="Session" element="s0:Session"/>
  1088. name = "Session"
  1089. qname[] =
  1090. "Session",
  1091. "urn:schemas-microsoft-com:xml-analysis",
  1092. element = "(u'Session', u'urn:schemas-microsoft-com:xml-analysis')"
  1093. type = "None"
  1094. },
  1095. use = "literal"
  1096. namespace[] =
  1097. "s0",
  1098. "urn:schemas-microsoft-com:xml-analysis",
  1099. wrapped = False
  1100. }
  1101. headers[] =
  1102. (Header){
  1103. use = "literal"
  1104. namespace[] =
  1105. "s0",
  1106. "urn:schemas-microsoft-com:xml-analysis",
  1107. message = "s0:ExecuteSoapOut"
  1108. part =
  1109. (Part){
  1110. root = <part name="Session" element="s0:Session"/>
  1111. name = "Session"
  1112. qname[] =
  1113. "Session",
  1114. "urn:schemas-microsoft-com:xml-analysis",
  1115. element = "(u'Session', u'urn:schemas-microsoft-com:xml-analysis')"
  1116. type = "None"
  1117. }
  1118. },
  1119. }
  1120. faults[] = <empty>
  1121. }
  1122. }
  1123. Discover =
  1124. (Operation){
  1125. name = "Discover"
  1126. soap =
  1127. (soap){
  1128. action = ""urn:schemas-microsoft-com:xml-analysis:Discover""
  1129. style = "document"
  1130. input =
  1131. (Input){
  1132. body =
  1133. (Body){
  1134. parts[] =
  1135. (Part){
  1136. root = <part name="parameters" element="s0:Discover"/>
  1137. name = "parameters"
  1138. qname[] =
  1139. "parameters",
  1140. "urn:schemas-microsoft-com:xml-analysis",
  1141. element = "(u'Discover', u'urn:schemas-microsoft-com:xml-analysis')"
  1142. type = "None"
  1143. },
  1144. use = "literal"
  1145. namespace[] =
  1146. "s0",
  1147. "urn:schemas-microsoft-com:xml-analysis",
  1148. wrapped = True
  1149. }
  1150. headers[] =
  1151. (Header){
  1152. use = "literal"
  1153. namespace[] =
  1154. "s0",
  1155. "urn:schemas-microsoft-com:xml-analysis",
  1156. message = "s0:DiscoverSoapIn"
  1157. part =
  1158. (Part){
  1159. root = <part name="Session" element="s0:Session"/>
  1160. name = "Session"
  1161. qname[] =
  1162. "Session",
  1163. "urn:schemas-microsoft-com:xml-analysis",
  1164. element = "(u'Session', u'urn:schemas-microsoft-com:xml-analysis')"
  1165. type = "None"
  1166. }
  1167. },
  1168. (Header){
  1169. use = "literal"
  1170. namespace[] =
  1171. "s0",
  1172. "urn:schemas-microsoft-com:xml-analysis",
  1173. message = "s0:DiscoverSoapIn"
  1174. part =
  1175. (Part){
  1176. root = <part name="BeginSession" element="s0:BeginSession"/>
  1177. name = "BeginSession"
  1178. qname[] =
  1179. "BeginSession",
  1180. "urn:schemas-microsoft-com:xml-analysis",
  1181. element = "(u'BeginSession', u'urn:schemas-microsoft-com:xml-analysis')"
  1182. type = "None"
  1183. }
  1184. },
  1185. (Header){
  1186. use = "literal"
  1187. namespace[] =
  1188. "s0",
  1189. "urn:schemas-microsoft-com:xml-analysis",
  1190. message = "s0:DiscoverSoapIn"
  1191. part =
  1192. (Part){
  1193. root = <part name="EndSession" element="s0:EndSession"/>
  1194. name = "EndSession"
  1195. qname[] =
  1196. "EndSession",
  1197. "urn:schemas-microsoft-com:xml-analysis",
  1198. element = "(u'EndSession', u'urn:schemas-microsoft-com:xml-analysis')"
  1199. type = "None"
  1200. }
  1201. },
  1202. }
  1203. output =
  1204. (Output){
  1205. body =
  1206. (Body){
  1207. parts[] =
  1208. (Part){
  1209. root = <part name="parameters" element="s0:DiscoverResponse"/>
  1210. name = "parameters"
  1211. qname[] =
  1212. "parameters",
  1213. "urn:schemas-microsoft-com:xml-analysis",
  1214. element = "(u'DiscoverResponse', u'urn:schemas-microsoft-com:xml-analysis')"
  1215. type = "None"
  1216. },
  1217. (Part){
  1218. root = <part name="Session" element="s0:Session"/>
  1219. name = "Session"
  1220. qname[] =
  1221. "Session",
  1222. "urn:schemas-microsoft-com:xml-analysis",
  1223. element = "(u'Session', u'urn:schemas-microsoft-com:xml-analysis')"
  1224. type = "None"
  1225. },
  1226. use = "literal"
  1227. namespace[] =
  1228. "s0",
  1229. "urn:schemas-microsoft-com:xml-analysis",
  1230. wrapped = False
  1231. }
  1232. headers[] =
  1233. (Header){
  1234. use = "literal"
  1235. namespace[] =
  1236. "s0",
  1237. "urn:schemas-microsoft-com:xml-analysis",
  1238. message = "s0:DiscoverSoapOut"
  1239. part =
  1240. (Part){
  1241. root = <part name="Session" element="s0:Session"/>
  1242. name = "Session"
  1243. qname[] =
  1244. "Session",
  1245. "urn:schemas-microsoft-com:xml-analysis",
  1246. element = "(u'Session', u'urn:schemas-microsoft-com:xml-analysis')"
  1247. type = "None"
  1248. }
  1249. },
  1250. }
  1251. faults[] = <empty>
  1252. }
  1253. }
  1254. }
  1255. type =
  1256. (PortType){
  1257. name = "MsXmlAnalysisSoap"
  1258. qname = "(MsXmlAnalysisSoap, urn:schemas-microsoft-com:xml-analysis)"
  1259. operations =
  1260. {
  1261. Execute =
  1262. (Operation){
  1263. name = "Execute"
  1264. tns[] =
  1265. "s0",
  1266. "urn:schemas-microsoft-com:xml-analysis",
  1267. input =
  1268. (Message){
  1269. name = "ExecuteSoapIn"
  1270. qname = "(ExecuteSoapIn, urn:schemas-microsoft-com:xml-analysis)"
  1271. parts[] =
  1272. (Part){
  1273. root = <part name="parameters" element="s0:Execute"/>
  1274. name = "parameters"
  1275. qname[] =
  1276. "parameters",
  1277. "urn:schemas-microsoft-com:xml-analysis",
  1278. element = "(u'Execute', u'urn:schemas-microsoft-com:xml-analysis')"
  1279. type = "None"
  1280. },
  1281. (Part){
  1282. root = <part name="Session" element="s0:Session"/>
  1283. name = "Session"
  1284. qname[] =
  1285. "Session",
  1286. "urn:schemas-microsoft-com:xml-analysis",
  1287. element = "(u'Session', u'urn:schemas-microsoft-com:xml-analysis')"
  1288. type = "None"
  1289. },
  1290. (Part){
  1291. root = <part name="BeginSession" element="s0:BeginSession"/>
  1292. name = "BeginSession"
  1293. qname[] =
  1294. "BeginSession",
  1295. "urn:schemas-microsoft-com:xml-analysis",
  1296. element = "(u'BeginSession', u'urn:schemas-microsoft-com:xml-analysis')"
  1297. type = "None"
  1298. },
  1299. (Part){
  1300. root = <part name="EndSession" element="s0:EndSession"/>
  1301. name = "EndSession"
  1302. qname[] =
  1303. "EndSession",
  1304. "urn:schemas-microsoft-com:xml-analysis",
  1305. element = "(u'EndSession', u'urn:schemas-microsoft-com:xml-analysis')"
  1306. type = "None"
  1307. },
  1308. }
  1309. output =
  1310. (Message){
  1311. name = "ExecuteSoapOut"
  1312. qname = "(ExecuteSoapOut, urn:schemas-microsoft-com:xml-analysis)"
  1313. parts[] =
  1314. (Part){
  1315. root = <part name="parameters" element="s0:ExecuteResponse"/>
  1316. name = "parameters"
  1317. qname[] =
  1318. "parameters",
  1319. "urn:schemas-microsoft-com:xml-analysis",
  1320. element = "(u'ExecuteResponse', u'urn:schemas-microsoft-com:xml-analysis')"
  1321. type = "None"
  1322. },
  1323. (Part){
  1324. root = <part name="Session" element="s0:Session"/>
  1325. name = "Session"
  1326. qname[] =
  1327. "Session",
  1328. "urn:schemas-microsoft-com:xml-analysis",
  1329. element = "(u'Session', u'urn:schemas-microsoft-com:xml-analysis')"
  1330. type = "None"
  1331. },
  1332. }
  1333. faults[] = <empty>
  1334. }
  1335. Discover =
  1336. (Operation){
  1337. name = "Discover"
  1338. tns[] =
  1339. "s0",
  1340. "urn:schemas-microsoft-com:xml-analysis",
  1341. input =
  1342. (Message){
  1343. name = "DiscoverSoapIn"
  1344. qname = "(DiscoverSoapIn, urn:schemas-microsoft-com:xml-analysis)"
  1345. parts[] =
  1346. (Part){
  1347. root = <part name="parameters" element="s0:Discover"/>
  1348. name = "parameters"
  1349. qname[] =
  1350. "parameters",
  1351. "urn:schemas-microsoft-com:xml-analysis",
  1352. element = "(u'Discover', u'urn:schemas-microsoft-com:xml-analysis')"
  1353. type = "None"
  1354. },
  1355. (Part){
  1356. root = <part name="Session" element="s0:Session"/>
  1357. name = "Session"
  1358. qname[] =
  1359. "Session",
  1360. "urn:schemas-microsoft-com:xml-analysis",
  1361. element = "(u'Session', u'urn:schemas-microsoft-com:xml-analysis')"
  1362. type = "None"
  1363. },
  1364. (Part){
  1365. root = <part name="BeginSession" element="s0:BeginSession"/>
  1366. name = "BeginSession"
  1367. qname[] =
  1368. "BeginSession",
  1369. "urn:schemas-microsoft-com:xml-analysis",
  1370. element = "(u'BeginSession', u'urn:schemas-microsoft-com:xml-analysis')"
  1371. type = "None"
  1372. },
  1373. (Part){
  1374. root = <part name="EndSession" element="s0:EndSession"/>
  1375. name = "EndSession"
  1376. qname[] =
  1377. "EndSession",
  1378. "urn:schemas-microsoft-com:xml-analysis",
  1379. element = "(u'EndSession', u'urn:schemas-microsoft-com:xml-analysis')"
  1380. type = "None"
  1381. },
  1382. }
  1383. output =
  1384. (Message){
  1385. name = "DiscoverSoapOut"
  1386. qname = "(DiscoverSoapOut, urn:schemas-microsoft-com:xml-analysis)"
  1387. parts[] =
  1388. (Part){
  1389. root = <part name="parameters" element="s0:DiscoverResponse"/>
  1390. name = "parameters"
  1391. qname[] =
  1392. "parameters",
  1393. "urn:schemas-microsoft-com:xml-analysis",
  1394. element = "(u'DiscoverResponse', u'urn:schemas-microsoft-com:xml-analysis')"
  1395. type = "None"
  1396. },
  1397. (Part){
  1398. root = <part name="Session" element="s0:Session"/>
  1399. name = "Session"
  1400. qname[] =
  1401. "Session",
  1402. "urn:schemas-microsoft-com:xml-analysis",
  1403. element = "(u'Session', u'urn:schemas-microsoft-com:xml-analysis')"
  1404. type = "None"
  1405. },
  1406. }
  1407. faults[] = <empty>
  1408. }
  1409. }
  1410. }
  1411. soap =
  1412. (soap){
  1413. style = "document"
  1414. }
  1415. }
  1416. }
  1417. services[] =
  1418. (Service){
  1419. name = "MsXmlAnalysis"
  1420. qname = "(MsXmlAnalysis, urn:schemas-microsoft-com:xml-analysis)"
  1421. ports[] =
  1422. (Port){
  1423. name = "MsXmlAnalysisSoap"
  1424. qname = "(MsXmlAnalysisSoap, urn:schemas-microsoft-com:xml-analysis)"
  1425. _Port__service = (Service)...
  1426. binding =
  1427. (Binding){
  1428. name = "MsXmlAnalysisSoap"
  1429. qname = "(MsXmlAnalysisSoap, urn:schemas-microsoft-com:xml-analysis)"
  1430. operations =
  1431. {
  1432. Execute =
  1433. (Operation){
  1434. name = "Execute"
  1435. soap =
  1436. (soap){
  1437. action = ""urn:schemas-microsoft-com:xml-analysis:Execute""
  1438. style = "document"
  1439. input =
  1440. (Input){
  1441. body =
  1442. (Body){
  1443. parts[] =
  1444. (Part){
  1445. root = <part name="parameters" element="s0:Execute"/>
  1446. name = "parameters"
  1447. qname[] =
  1448. "parameters",
  1449. "urn:schemas-microsoft-com:xml-analysis",
  1450. element = "(u'Execute', u'urn:schemas-microsoft-com:xml-analysis')"
  1451. type = "None"
  1452. },
  1453. use = "literal"
  1454. namespace[] =
  1455. "s0",
  1456. "urn:schemas-microsoft-com:xml-analysis",
  1457. wrapped = True
  1458. }
  1459. headers[] =
  1460. (Header){
  1461. use = "literal"
  1462. namespace[] =
  1463. "s0",
  1464. "urn:schemas-microsoft-com:xml-analysis",
  1465. message = "s0:ExecuteSoapIn"
  1466. part =
  1467. (Part){
  1468. root = <part name="Session" element="s0:Session"/>
  1469. name = "Session"
  1470. qname[] =
  1471. "Session",
  1472. "urn:schemas-microsoft-com:xml-analysis",
  1473. element = "(u'Session', u'urn:schemas-microsoft-com:xml-analysis')"
  1474. type = "None"
  1475. }
  1476. },
  1477. (Header){
  1478. use = "literal"
  1479. namespace[] =
  1480. "s0",
  1481. "urn:schemas-microsoft-com:xml-analysis",
  1482. message = "s0:ExecuteSoapIn"
  1483. part =
  1484. (Part){
  1485. root = <part name="BeginSession" element="s0:BeginSession"/>
  1486. name = "BeginSession"
  1487. qname[] =
  1488. "BeginSession",
  1489. "urn:schemas-microsoft-com:xml-analysis",
  1490. element = "(u'BeginSession', u'urn:schemas-microsoft-com:xml-analysis')"
  1491. type = "None"
  1492. }
  1493. },
  1494. (Header){
  1495. use = "literal"
  1496. namespace[] =
  1497. "s0",
  1498. "urn:schemas-microsoft-com:xml-analysis",
  1499. message = "s0:ExecuteSoapIn"
  1500. part =
  1501. (Part){
  1502. root = <part name="EndSession" element="s0:EndSession"/>
  1503. name = "EndSession"
  1504. qname[] =
  1505. "EndSession",
  1506. "urn:schemas-microsoft-com:xml-analysis",
  1507. element = "(u'EndSession', u'urn:schemas-microsoft-com:xml-analysis')"
  1508. type = "None"
  1509. }
  1510. },
  1511. }
  1512. output =
  1513. (Output){
  1514. body =
  1515. (Body){
  1516. parts[] =
  1517. (Part){
  1518. root = <part name="parameters" element="s0:ExecuteResponse"/>
  1519. name = "parameters"
  1520. qname[] =
  1521. "parameters",
  1522. "urn:schemas-microsoft-com:xml-analysis",
  1523. element = "(u'ExecuteResponse', u'urn:schemas-microsoft-com:xml-analysis')"
  1524. type = "None"
  1525. },
  1526. (Part){
  1527. root = <part name="Session" element="s0:Session"/>
  1528. name = "Session"
  1529. qname[] =
  1530. "Session",
  1531. "urn:schemas-microsoft-com:xml-analysis",
  1532. element = "(u'Session', u'urn:schemas-microsoft-com:xml-analysis')"
  1533. type = "None"
  1534. },
  1535. use = "literal"
  1536. namespace[] =
  1537. "s0",
  1538. "urn:schemas-microsoft-com:xml-analysis",
  1539. wrapped = False
  1540. }
  1541. headers[] =
  1542. (Header){
  1543. use = "literal"
  1544. namespace[] =
  1545. "s0",
  1546. "urn:schemas-microsoft-com:xml-analysis",
  1547. message = "s0:ExecuteSoapOut"
  1548. part =
  1549. (Part){
  1550. root = <part name="Session" element="s0:Session"/>
  1551. name = "Session"
  1552. qname[] =
  1553. "Session",
  1554. "urn:schemas-microsoft-com:xml-analysis",
  1555. element = "(u'Session', u'urn:schemas-microsoft-com:xml-analysis')"
  1556. type = "None"
  1557. }
  1558. },
  1559. }
  1560. faults[] = <empty>
  1561. }
  1562. }
  1563. Discover =
  1564. (Operation){
  1565. name = "Discover"
  1566. soap =
  1567. (soap){
  1568. action = ""urn:schemas-microsoft-com:xml-analysis:Discover""
  1569. style = "document"
  1570. input =
  1571. (Input){
  1572. body =
  1573. (Body){
  1574. parts[] =
  1575. (Part){
  1576. root = <part name="parameters" element="s0:Discover"/>
  1577. name = "parameters"
  1578. qname[] =
  1579. "parameters",
  1580. "urn:schemas-microsoft-com:xml-analysis",
  1581. element = "(u'Discover', u'urn:schemas-microsoft-com:xml-analysis')"
  1582. type = "None"
  1583. },
  1584. use = "literal"
  1585. namespace[] =
  1586. "s0",
  1587. "urn:schemas-microsoft-com:xml-analysis",
  1588. wrapped = True
  1589. }
  1590. headers[] =
  1591. (Header){
  1592. use = "literal"
  1593. namespace[] =
  1594. "s0",
  1595. "urn:schemas-microsoft-com:xml-analysis",
  1596. message = "s0:DiscoverSoapIn"
  1597. part =
  1598. (Part){
  1599. root = <part name="Session" element="s0:Session"/>
  1600. name = "Session"
  1601. qname[] =
  1602. "Session",
  1603. "urn:schemas-microsoft-com:xml-analysis",
  1604. element = "(u'Session', u'urn:schemas-microsoft-com:xml-analysis')"
  1605. type = "None"
  1606. }
  1607. },
  1608. (Header){
  1609. use = "literal"
  1610. namespace[] =
  1611. "s0",
  1612. "urn:schemas-microsoft-com:xml-analysis",
  1613. message = "s0:DiscoverSoapIn"
  1614. part =
  1615. (Part){
  1616. root = <part name="BeginSession" element="s0:BeginSession"/>
  1617. name = "BeginSession"
  1618. qname[] =
  1619. "BeginSession",
  1620. "urn:schemas-microsoft-com:xml-analysis",
  1621. element = "(u'BeginSession', u'urn:schemas-microsoft-com:xml-analysis')"
  1622. type = "None"
  1623. }
  1624. },
  1625. (Header){
  1626. use = "literal"
  1627. namespace[] =
  1628. "s0",
  1629. "urn:schemas-microsoft-com:xml-analysis",
  1630. message = "s0:DiscoverSoapIn"
  1631. part =
  1632. (Part){
  1633. root = <part name="EndSession" element="s0:EndSession"/>
  1634. name = "EndSession"
  1635. qname[] =
  1636. "EndSession",
  1637. "urn:schemas-microsoft-com:xml-analysis",
  1638. element = "(u'EndSession', u'urn:schemas-microsoft-com:xml-analysis')"
  1639. type = "None"
  1640. }
  1641. },
  1642. }
  1643. output =
  1644. (Output){
  1645. body =
  1646. (Body){
  1647. parts[] =
  1648. (Part){
  1649. root = <part name="parameters" element="s0:DiscoverResponse"/>
  1650. name = "parameters"
  1651. qname[] =
  1652. "parameters",
  1653. "urn:schemas-microsoft-com:xml-analysis",
  1654. element = "(u'DiscoverResponse', u'urn:schemas-microsoft-com:xml-analysis')"
  1655. type = "None"
  1656. },
  1657. (Part){
  1658. root = <part name="Session" element="s0:Session"/>
  1659. name = "Session"
  1660. qname[] =
  1661. "Session",
  1662. "urn:schemas-microsoft-com:xml-analysis",
  1663. element = "(u'Session', u'urn:schemas-microsoft-com:xml-analysis')"
  1664. type = "None"
  1665. },
  1666. use = "literal"
  1667. namespace[] =
  1668. "s0",
  1669. "urn:schemas-microsoft-com:xml-analysis",
  1670. wrapped = False
  1671. }
  1672. headers[] =
  1673. (Header){
  1674. use = "literal"
  1675. namespace[] =
  1676. "s0",
  1677. "urn:schemas-microsoft-com:xml-analysis",
  1678. message = "s0:DiscoverSoapOut"
  1679. part =
  1680. (Part){
  1681. root = <part name="Session" element="s0:Session"/>
  1682. name = "Session"
  1683. qname[] =
  1684. "Session",
  1685. "urn:schemas-microsoft-com:xml-analysis",
  1686. element = "(u'Session', u'urn:schemas-microsoft-com:xml-analysis')"
  1687. type = "None"
  1688. }
  1689. },
  1690. }
  1691. faults[] = <empty>
  1692. }
  1693. }
  1694. }
  1695. type =
  1696. (PortType){
  1697. name = "MsXmlAnalysisSoap"
  1698. qname = "(MsXmlAnalysisSoap, urn:schemas-microsoft-com:xml-analysis)"
  1699. operations =
  1700. {
  1701. Execute =
  1702. (Operation){
  1703. name = "Execute"
  1704. tns[] =
  1705. "s0",
  1706. "urn:schemas-microsoft-com:xml-analysis",
  1707. input =
  1708. (Message){
  1709. name = "ExecuteSoapIn"
  1710. qname = "(ExecuteSoapIn, urn:schemas-microsoft-com:xml-analysis)"
  1711. parts[] =
  1712. (Part){
  1713. root = <part name="parameters" element="s0:Execute"/>
  1714. name = "parameters"
  1715. qname[] =
  1716. "parameters",
  1717. "urn:schemas-microsoft-com:xml-analysis",
  1718. element = "(u'Execute', u'urn:schemas-microsoft-com:xml-analysis')"
  1719. type = "None"
  1720. },
  1721. (Part){
  1722. root = <part name="Session" element="s0:Session"/>
  1723. name = "Session"
  1724. qname[] =
  1725. "Session",
  1726. "urn:schemas-microsoft-com:xml-analysis",
  1727. element = "(u'Session', u'urn:schemas-microsoft-com:xml-analysis')"
  1728. type = "None"
  1729. },
  1730. (Part){
  1731. root = <part name="BeginSession" element="s0:BeginSession"/>
  1732. name = "BeginSession"
  1733. qname[] =
  1734. "BeginSession",
  1735. "urn:schemas-microsoft-com:xml-analysis",
  1736. element = "(u'BeginSession', u'urn:schemas-microsoft-com:xml-analysis')"
  1737. type = "None"
  1738. },
  1739. (Part){
  1740. root = <part name="EndSession" element="s0:EndSession"/>
  1741. name = "EndSession"
  1742. qname[] =
  1743. "EndSession",
  1744. "urn:schemas-microsoft-com:xml-analysis",
  1745. element = "(u'EndSession', u'urn:schemas-microsoft-com:xml-analysis')"
  1746. type = "None"
  1747. },
  1748. }
  1749. output =
  1750. (Message){
  1751. name = "ExecuteSoapOut"
  1752. qname = "(ExecuteSoapOut, urn:schemas-microsoft-com:xml-analysis)"
  1753. parts[] =
  1754. (Part){
  1755. root = <part name="parameters" element="s0:ExecuteResponse"/>
  1756. name = "parameters"
  1757. qname[] =
  1758. "parameters",
  1759. "urn:schemas-microsoft-com:xml-analysis",
  1760. element = "(u'ExecuteResponse', u'urn:schemas-microsoft-com:xml-analysis')"
  1761. type = "None"
  1762. },
  1763. (Part){
  1764. root = <part name="Session" element="s0:Session"/>
  1765. name = "Session"
  1766. qname[] =
  1767. "Session",
  1768. "urn:schemas-microsoft-com:xml-analysis",
  1769. element = "(u'Session', u'urn:schemas-microsoft-com:xml-analysis')"
  1770. type = "None"
  1771. },
  1772. }
  1773. faults[] = <empty>
  1774. }
  1775. Discover =
  1776. (Operation){
  1777. name = "Discover"
  1778. tns[] =
  1779. "s0",
  1780. "urn:schemas-microsoft-com:xml-analysis",
  1781. input =
  1782. (Message){
  1783. name = "DiscoverSoapIn"
  1784. qname = "(DiscoverSoapIn, urn:schemas-microsoft-com:xml-analysis)"
  1785. parts[] =
  1786. (Part){
  1787. root = <part name="parameters" element="s0:Discover"/>
  1788. name = "parameters"
  1789. qname[] =
  1790. "parameters",
  1791. "urn:schemas-microsoft-com:xml-analysis",
  1792. element = "(u'Discover', u'urn:schemas-microsoft-com:xml-analysis')"
  1793. type = "None"
  1794. },
  1795. (Part){
  1796. root = <part name="Session" element="s0:Session"/>
  1797. name = "Session"
  1798. qname[] =
  1799. "Session",
  1800. "urn:schemas-microsoft-com:xml-analysis",
  1801. element = "(u'Session', u'urn:schemas-microsoft-com:xml-analysis')"
  1802. type = "None"
  1803. },
  1804. (Part){
  1805. root = <part name="BeginSession" element="s0:BeginSession"/>
  1806. name = "BeginSession"
  1807. qname[] =
  1808. "BeginSession",
  1809. "urn:schemas-microsoft-com:xml-analysis",
  1810. element = "(u'BeginSession', u'urn:schemas-microsoft-com:xml-analysis')"
  1811. type = "None"
  1812. },
  1813. (Part){
  1814. root = <part name="EndSession" element="s0:EndSession"/>
  1815. name = "EndSession"
  1816. qname[] =
  1817. "EndSession",
  1818. "urn:schemas-microsoft-com:xml-analysis",
  1819. element = "(u'EndSession', u'urn:schemas-microsoft-com:xml-analysis')"
  1820. type = "None"
  1821. },
  1822. }
  1823. output =
  1824. (Message){
  1825. name = "DiscoverSoapOut"
  1826. qname = "(DiscoverSoapOut, urn:schemas-microsoft-com:xml-analysis)"
  1827. parts[] =
  1828. (Part){
  1829. root = <part name="parameters" element="s0:DiscoverResponse"/>
  1830. name = "parameters"
  1831. qname[] =
  1832. "parameters",
  1833. "urn:schemas-microsoft-com:xml-analysis",
  1834. element = "(u'DiscoverResponse', u'urn:schemas-microsoft-com:xml-analysis')"
  1835. type = "None"
  1836. },
  1837. (Part){
  1838. root = <part name="Session" element="s0:Session"/>
  1839. name = "Session"
  1840. qname[] =
  1841. "Session",
  1842. "urn:schemas-microsoft-com:xml-analysis",
  1843. element = "(u'Session', u'urn:schemas-microsoft-com:xml-analysis')"
  1844. type = "None"
  1845. },
  1846. }
  1847. faults[] = <empty>
  1848. }
  1849. }
  1850. }
  1851. soap =
  1852. (soap){
  1853. style = "document"
  1854. }
  1855. }
  1856. location = "http://localhost/olap/msmdpump.dll"
  1857. methods =
  1858. {
  1859. Execute =
  1860. (Method){
  1861. name = "Execute"
  1862. location = "http://localhost/olap/msmdpump.dll"
  1863. binding =
  1864. (binding){
  1865. input = <suds.bindings.document.Document instance at 0x111bd43f8>
  1866. output = <suds.bindings.document.Document instance at 0x111bd43f8>
  1867. }
  1868. soap =
  1869. (soap){
  1870. action = ""urn:schemas-microsoft-com:xml-analysis:Execute""
  1871. style = "document"
  1872. input =
  1873. (Input){
  1874. body =
  1875. (Body){
  1876. parts[] =
  1877. (Part){
  1878. root = <part name="parameters" element="s0:Execute"/>
  1879. name = "parameters"
  1880. qname[] =
  1881. "parameters",
  1882. "urn:schemas-microsoft-com:xml-analysis",
  1883. element = "(u'Execute', u'urn:schemas-microsoft-com:xml-analysis')"
  1884. type = "None"
  1885. },
  1886. use = "literal"
  1887. namespace[] =
  1888. "s0",
  1889. "urn:schemas-microsoft-com:xml-analysis",
  1890. wrapped = True
  1891. }
  1892. headers[] =
  1893. (Header){
  1894. use = "literal"
  1895. namespace[] =
  1896. "s0",
  1897. "urn:schemas-microsoft-com:xml-analysis",
  1898. message = "s0:ExecuteSoapIn"
  1899. part =
  1900. (Part){
  1901. root = <part name="Session" element="s0:Session"/>
  1902. name = "Session"
  1903. qname[] =
  1904. "Session",
  1905. "urn:schemas-microsoft-com:xml-analysis",
  1906. element = "(u'Session', u'urn:schemas-microsoft-com:xml-analysis')"
  1907. type = "None"
  1908. }
  1909. },
  1910. (Header){
  1911. use = "literal"
  1912. namespace[] =
  1913. "s0",
  1914. "urn:schemas-microsoft-com:xml-analysis",
  1915. message = "s0:ExecuteSoapIn"
  1916. part =
  1917. (Part){
  1918. root = <part name="BeginSession" element="s0:BeginSession"/>
  1919. name = "BeginSession"
  1920. qname[] =
  1921. "BeginSession",
  1922. "urn:schemas-microsoft-com:xml-analysis",
  1923. element = "(u'BeginSession', u'urn:schemas-microsoft-com:xml-analysis')"
  1924. type = "None"
  1925. }
  1926. },
  1927. (Header){
  1928. use = "literal"
  1929. namespace[] =
  1930. "s0",
  1931. "urn:schemas-microsoft-com:xml-analysis",
  1932. message = "s0:ExecuteSoapIn"
  1933. part =
  1934. (Part){
  1935. root = <part name="EndSession" element="s0:EndSession"/>
  1936. name = "EndSession"
  1937. qname[] =
  1938. "EndSession",
  1939. "urn:schemas-microsoft-com:xml-analysis",
  1940. element = "(u'EndSession', u'urn:schemas-microsoft-com:xml-analysis')"
  1941. type = "None"
  1942. }
  1943. },
  1944. }
  1945. output =
  1946. (Output){
  1947. body =
  1948. (Body){
  1949. parts[] =
  1950. (Part){
  1951. root = <part name="parameters" element="s0:ExecuteResponse"/>
  1952. name = "parameters"
  1953. qname[] =
  1954. "parameters",
  1955. "urn:schemas-microsoft-com:xml-analysis",
  1956. element = "(u'ExecuteResponse', u'urn:schemas-microsoft-com:xml-analysis')"
  1957. type = "None"
  1958. },
  1959. (Part){
  1960. root = <part name="Session" element="s0:Session"/>
  1961. name = "Session"
  1962. qname[] =
  1963. "Session",
  1964. "urn:schemas-microsoft-com:xml-analysis",
  1965. element = "(u'Session', u'urn:schemas-microsoft-com:xml-analysis')"
  1966. type = "None"
  1967. },
  1968. use = "literal"
  1969. namespace[] =
  1970. "s0",
  1971. "urn:schemas-microsoft-com:xml-analysis",
  1972. wrapped = False
  1973. }
  1974. headers[] =
  1975. (Header){
  1976. use = "literal"
  1977. namespace[] =
  1978. "s0",
  1979. "urn:schemas-microsoft-com:xml-analysis",
  1980. message = "s0:ExecuteSoapOut"
  1981. part =
  1982. (Part){
  1983. root = <part name="Session" element="s0:Session"/>
  1984. name = "Session"
  1985. qname[] =
  1986. "Session",
  1987. "urn:schemas-microsoft-com:xml-analysis",
  1988. element = "(u'Session', u'urn:schemas-microsoft-com:xml-analysis')"
  1989. type = "None"
  1990. }
  1991. },
  1992. }
  1993. faults[] = <empty>
  1994. }
  1995. }
  1996. Discover =
  1997. (Method){
  1998. name = "Discover"
  1999. location = "http://localhost/olap/msmdpump.dll"
  2000. binding =
  2001. (binding){
  2002. input = <suds.bindings.document.Document instance at 0x111bd43f8>
  2003. output = <suds.bindings.document.Document instance at 0x111bd43f8>
  2004. }
  2005. soap =
  2006. (soap){
  2007. action = ""urn:schemas-microsoft-com:xml-analysis:Discover""
  2008. style = "document"
  2009. input =
  2010. (Input){
  2011. body =
  2012. (Body){
  2013. parts[] =
  2014. (Part){
  2015. root = <part name="parameters" element="s0:Discover"/>
  2016. name = "parameters"
  2017. qname[] =
  2018. "parameters",
  2019. "urn:schemas-microsoft-com:xml-analysis",
  2020. element = "(u'Discover', u'urn:schemas-microsoft-com:xml-analysis')"
  2021. type = "None"
  2022. },
  2023. use = "literal"
  2024. namespace[] =
  2025. "s0",
  2026. "urn:schemas-microsoft-com:xml-analysis",
  2027. wrapped = True
  2028. }
  2029. headers[] =
  2030. (Header){
  2031. use = "literal"
  2032. namespace[] =
  2033. "s0",
  2034. "urn:schemas-microsoft-com:xml-analysis",
  2035. message = "s0:DiscoverSoapIn"
  2036. part =
  2037. (Part){
  2038. root = <part name="Session" element="s0:Session"/>
  2039. name = "Session"
  2040. qname[] =
  2041. "Session",
  2042. "urn:schemas-microsoft-com:xml-analysis",
  2043. element = "(u'Session', u'urn:schemas-microsoft-com:xml-analysis')"
  2044. type = "None"
  2045. }
  2046. },
  2047. (Header){
  2048. use = "literal"
  2049. namespace[] =
  2050. "s0",
  2051. "urn:schemas-microsoft-com:xml-analysis",
  2052. message = "s0:DiscoverSoapIn"
  2053. part =
  2054. (Part){
  2055. root = <part name="BeginSession" element="s0:BeginSession"/>
  2056. name = "BeginSession"
  2057. qname[] =
  2058. "BeginSession",
  2059. "urn:schemas-microsoft-com:xml-analysis",
  2060. element = "(u'BeginSession', u'urn:schemas-microsoft-com:xml-analysis')"
  2061. type = "None"
  2062. }
  2063. },
  2064. (Header){
  2065. use = "literal"
  2066. namespace[] =
  2067. "s0",
  2068. "urn:schemas-microsoft-com:xml-analysis",
  2069. message = "s0:DiscoverSoapIn"
  2070. part =
  2071. (Part){
  2072. root = <part name="EndSession" element="s0:EndSession"/>
  2073. name = "EndSession"
  2074. qname[] =
  2075. "EndSession",
  2076. "urn:schemas-microsoft-com:xml-analysis",
  2077. element = "(u'EndSession', u'urn:schemas-microsoft-com:xml-analysis')"
  2078. type = "None"
  2079. }
  2080. },
  2081. }
  2082. output =
  2083. (Output){
  2084. body =
  2085. (Body){
  2086. parts[] =
  2087. (Part){
  2088. root = <part name="parameters" element="s0:DiscoverResponse"/>
  2089. name = "parameters"
  2090. qname[] =
  2091. "parameters",
  2092. "urn:schemas-microsoft-com:xml-analysis",
  2093. element = "(u'DiscoverResponse', u'urn:schemas-microsoft-com:xml-analysis')"
  2094. type = "None"
  2095. },
  2096. (Part){
  2097. root = <part name="Session" element="s0:Session"/>
  2098. name = "Session"
  2099. qname[] =
  2100. "Session",
  2101. "urn:schemas-microsoft-com:xml-analysis",
  2102. element = "(u'Session', u'urn:schemas-microsoft-com:xml-analysis')"
  2103. type = "None"
  2104. },
  2105. use = "literal"
  2106. namespace[] =
  2107. "s0",
  2108. "urn:schemas-microsoft-com:xml-analysis",
  2109. wrapped = False
  2110. }
  2111. headers[] =
  2112. (Header){
  2113. use = "literal"
  2114. namespace[] =
  2115. "s0",
  2116. "urn:schemas-microsoft-com:xml-analysis",
  2117. message = "s0:DiscoverSoapOut"
  2118. part =
  2119. (Part){
  2120. root = <part name="Session" element="s0:Session"/>
  2121. name = "Session"
  2122. qname[] =
  2123. "Session",
  2124. "urn:schemas-microsoft-com:xml-analysis",
  2125. element = "(u'Session', u'urn:schemas-microsoft-com:xml-analysis')"
  2126. type = "None"
  2127. }
  2128. },
  2129. }
  2130. faults[] = <empty>
  2131. }
  2132. }
  2133. }
  2134. },
  2135. },
  2136. }
  2137. suds.xsd.query: DEBUG: (u'Execute', u'urn:schemas-microsoft-com:xml-analysis'), found as: <Element:0x111ba1fd0 name="Execute" />
  2138. suds.metrics: DEBUG: method 'Execute' created: started: 1447403984 (running)
  2139. suds.xsd.query: DEBUG: (u'Discover', u'urn:schemas-microsoft-com:xml-analysis'), found as: <Element:0x111ba1cd0 name="Discover" />
  2140. suds.metrics: DEBUG: method 'Discover' created: started: 1447403984 (running)
  2141. suds.xsd.sxbasic: DEBUG: Element:0x111bfa110, resolving: (u'string', u'http://www.w3.org/2001/XMLSchema')
  2142. using:(TypeQuery){
  2143. id = "TypeQuery:0x111bd4b00"
  2144. ref[] =
  2145. "string",
  2146. "http://www.w3.org/2001/XMLSchema",
  2147. history[] =
  2148. <Element:0x111bfa110 name="RequestType" type="(u'string', u'http://www.w3.org/2001/XMLSchema')" />,
  2149. resolved = False
  2150. }
  2151. suds.xsd.query: DEBUG: TypeQuery:0x111bd4b00, found builtin (string)
  2152. requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): localhost
  2153. requests.packages.urllib3.connectionpool: DEBUG: "PUT //saiku/repository/default/datasources/test.sds HTTP/1.1" 201 0
  2154. requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (2): localhost
  2155. requests.packages.urllib3.connectionpool: DEBUG: "PUT //saiku/repository/default/datasources/foodmart1.xml HTTP/1.1" 201 0
  2156. suds.xsd.query: DEBUG: (u'Discover', u'urn:schemas-microsoft-com:xml-analysis'), found as: <Element:0x111ba1cd0 name="Discover" />
  2157. suds.xsd.query: DEBUG: (u'Discover', u'urn:schemas-microsoft-com:xml-analysis'), found as: <Element:0x111ba1cd0 name="Discover" />
  2158. suds.mx.core: DEBUG: processing:
  2159. (Content){
  2160. tag = "RequestType"
  2161. value = "DISCOVER_DATASOURCES"
  2162. real = <XString:0x111bfaf10 />
  2163. type = <Element:0x111bfa110 name="RequestType" type="(u'string', u'http://www.w3.org/2001/XMLSchema')" />
  2164. }
  2165. --------------------- >> end captured logging << ---------------------
  2166.  
  2167. ----------------------------------------------------------------------
  2168. Ran 2 tests in 0.331s
  2169.  
  2170. FAILED (errors=1)
Advertisement
Add Comment
Please, Sign In to add comment