Closed GoogleCodeExporter closed 8 years ago
Hi petr, sorry for the delay.
You can use cache directory to store temporary files, so the proxy issue will
be gone (even you can copy the generated .pkl to avoid download the wsdl file)
This webservices seems to require a special namespace (most axis servers are
tricky), so you have to add the ns parameter too:
c = SoapClient(wsdl=WSDL, cache=".", trace=True, ns="isir")
Attached is the full working source, I'll make a test .
That will work (I'll close this ticket, please open a new one if you find other
issue)
Original comment by reingart@gmail.com
on 18 Apr 2012 at 7:24
Attachments:
Original issue reported on code.google.com by
petr.jed...@gmail.com
on 21 Mar 2012 at 8:42