thanhtuantran84 / pysimplesoap

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

Unable to parse WSDL from services.conzoom.eu/addit/ #80

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
from pysimplesoap.client import *
wsdl = "http://services.conzoom.eu/addit/AddItService.svc?wsdl"
client = SoapClient(wsdl = wsdl, timeout = None)

What is the expected output? What do you see instead?
Successful parsing, i.e no output. Trace points to wsdl_parse

What version of the product are you using? On what operating system?
157:5de819ecfd28
ubuntu 12.04 64-bit
latest distributed httplib2

Please provide any additional information below.
The documentation for the services i'm trying to implement are available at 
http://services.conzoom.eu/addit/doc/AddItService.html

Is the wsdl broken?
trace.log attached.

Thank you for taking a look.

Original issue reported on code.google.com by unlotto on 22 Sep 2012 at 10:54

Attachments:

GoogleCodeExporter commented 9 years ago
I am encountering the same issue when trying to connect to the WSDL on a ISY99 
device from http://www.universal-devices.com/

I have attached the wsdl definition, afaict the binding parameter in the port 
definition is used correctly.

Original comment by awr...@gmail.com on 22 Nov 2012 at 5:28

Attachments:

GoogleCodeExporter commented 9 years ago
The error is fixed in the latest developement version 1.12

Please download and test the latest source code from the repository until the 
release:

https://pysimplesoap.googlecode.com/archive/default.zip

Added a test in revision d4953a237580

Original comment by reingart@gmail.com on 22 Jan 2014 at 3:38