Open GoogleCodeExporter opened 9 years ago
Thanks for the patch, it is really simple.
I'll try to move it to transport.py, I guess at least pycurl support it too.
Original comment by reingart@gmail.com
on 25 Jan 2012 at 2:44
My stab at the implementation.
Implements it in transport.py. Reuse the (unused) cert argument to SoapClient()
and add new arguments to the HttpTransports abstraction. Did not try pycurl
yet. httplib2 works fine here. I dropped the ssldomain argument and made
httplib2 use the client cert always, because you usually speak to just one
system with one SoapClient anyway.
Original comment by herrsa...@googlemail.com
on 15 Mar 2012 at 2:38
Attachments:
Thank you!
Could you make a patch (diff), and if possible, a test case.
Also, if you want, I can give you commit access (I'm on vacation now, so you
could apply the patch directly)
Original comment by reingart@gmail.com
on 16 Mar 2012 at 8:10
The diff is already attached to this case :-)
I do not have experience in the whole unittest business to be honest. I can't
even get them to run
wlan-pc@wlanpc:~/pysimplesoap$ python -m unittest discover
----------------------------------------------------------------------
Ran 0 tests in 0.000s
OK
I would feel more comfortable if you checked the code and commited it yourself.
I don't think it's that urgent.
Original comment by herrsa...@googlemail.com
on 16 Mar 2012 at 8:35
Hello,
I am struggling to create a minimal Soap Server exposing a function over https
and a corresponding Client. Could you provide an example ? Thanks
Original comment by marcopag...@gmail.com
on 20 May 2013 at 7:28
Hi marcopagliarella,
Soap Server is documented in the wiki
https://code.google.com/p/pysimplesoap/wiki/SoapServer
https://code.google.com/p/pysimplesoap/wiki/WSGIServer
Please, if you can, open a new issue detailing your problem, as this one is
about clients.
Original comment by reingart@gmail.com
on 30 May 2013 at 3:35
Original issue reported on code.google.com by
luka.bi...@gmail.com
on 25 Jan 2012 at 9:17Attachments: