kartagis / pysimplesoap

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

trace not identified in version 1.10 #135

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.use version 1.10
2.import SoapClient
3.create a object with "trace" keyword eg: SoapClient(wsdl=host,trace=True)

What is the expected output? What do you see instead?
Should not giving any errors

What version of the product are you using? On what operating system?
python : 2.7.3 , pysimplesoap : 1.10, os: Ubuntu 12.04 LTS 

Please provide any additional information below.
with 1.05a it worked properly and please check the screen shot

Original issue reported on code.google.com by jani2...@gmail.com on 17 Feb 2014 at 12:00

Attachments:

GoogleCodeExporter commented 8 years ago
Could you use the latest version 1.12 from the repository?

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

trace was reintroduced in that version, using logging to show debug messages.

Let me know if that version solves your issue, we'll making a release shortly

Original comment by reingart@gmail.com on 17 Feb 2014 at 1:43

GoogleCodeExporter commented 8 years ago
I reverted back to version "1.05a", and now it doesn't uninstall properly to 
check this version. I tried with "pip uninstall pysimplesoap", it is showing 
that "Successfully uninstalled PySimpleSOAP", but still it's available for 
coding.

Anyway version "1.05a" is working fine for me and i will upgrade to "1.12" when 
you release it.

Thanks for the quick reply

Original comment by jani2...@gmail.com on 18 Feb 2014 at 5:07

GoogleCodeExporter commented 8 years ago

Original comment by reingart@gmail.com on 10 May 2014 at 11:51