kartagis / pysimplesoap

Automatically exported from code.google.com/p/pysimplesoap
0 stars 0 forks source link

Cant parse wsdl - AttributeError: Tag not found: types (No elements found) #127

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I'm trying to parse that wsdl:
https://eisoukr.musala.com:9443/IrmInboundMediationWeb/sca/MTPLPolicyWSExport/WE
B-INF/wsdl/wsdl/IrmInboundMediation_MTPLPolicyWSExport.wsdl

client = SoapClient(wsdl = 
'https://eisoukr.musala.com:9443/IrmInboundMediationWeb/sca/MTPLPolicyWSExport/W
EB-INF/wsdl/wsdl/IrmInboundMediation_MTPLPolicyWSExport.wsdl')

As a result I get the following exception:

AttributeError: Tag not found: types (No elements found)

I'm using the latest version of the library 
(https://pysimplesoap.googlecode.com/files/PySimpleSOAP-1.10.zip)

Original issue reported on code.google.com by kuvandj...@gmail.com on 19 Nov 2013 at 4:11

GoogleCodeExporter commented 8 years ago
Sorry for the delay.
The latest version is currently 1.11, not 1.10

Please download it from the repo:

https://github.com/pysimplesoap/pysimplesoap/archive/master.zip

Let us know if your issue is fixed (wsdl support was enhanced in the 
development version)

Original comment by reingart@gmail.com on 20 Dec 2013 at 7:49

GoogleCodeExporter commented 8 years ago
This issue was closed by revision 3dce472dbbe3.

Original comment by reingart@gmail.com on 22 Jan 2014 at 2:03