kartagis / pysimplesoap

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

Tag Not Found: schema #157

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. 
SoapClient(wsdl="https://sdkstage.microbilt.com/WebServices/Ex/ExStd.svc?wsdl", 
trace=True)

What is the expected output? What do you see instead?
Expecting a SoapClient connection but receiving the error: Tag not found: schema

What version of the product are you using? On what operating system?
Using the most recent version in the repo that was updated Sept. 17th. I'm 
running Python 3.4 on Django 1.7

Please attach the related WSDL (if any), a small code fragment to reproduce
and provide any additional information below.
SoapClient(wsdl="https://sdkstage.microbilt.com/WebServices/Ex/ExStd.svc?wsdl", 
trace=True)

Original issue reported on code.google.com by BryanTun...@gmail.com on 19 Sep 2014 at 8:35

GoogleCodeExporter commented 8 years ago
Note: I also tried v 1.10 but ran into the same error and therefore tried to 
upgrade to the latest version of the code. 

Original comment by BryanTun...@gmail.com on 19 Sep 2014 at 8:45

GoogleCodeExporter commented 8 years ago
This should be fixed in 5f144f3c84bd, can you test it? TIA

Original comment by reingart@gmail.com on 23 Sep 2014 at 4:36