File tree Expand file tree Collapse file tree 2 files changed +1
-13
lines changed
Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -50,5 +50,5 @@ Contributors
5050* Raymond Piller
5151* Zoltan Benedek
5252* Øyvind Heddeland Instefjord
53- * Pol Sanlorenzo
53+
5454
Original file line number Diff line number Diff line change @@ -36,19 +36,7 @@ Example usage A::
3636 ... private_key_filename, public_key_filename,
3737 ... optional_password))
3838
39- Example usage B::
4039
41- >>> from zeep import Client
42- >>> from zeep.wsse.signature import Signature
43- >>> from zeep.transports import Transport
44- >>> from requests import Session
45- >>> session = Session()
46- >>> session.cert = '/path/to/ssl.pem'
47- >>> transport = Transport(session=session)
48- >>> client = Client(
49- ... 'http://www.webservicex.net/ConvertSpeed.asmx?WSDL',
50- ... transport=transport)
51-
5240.. _xmlsec : https://pypi.python.org/pypi/xmlsec
5341.. _README : https://github.com/mehcode/python-xmlsec
5442
You can’t perform that action at this time.
0 commit comments