python-zeep
python-zeep copied to clipboard
A Python SOAP client
Still need to add tests, and document `wsse.signature._sign_node` But this changes were necessary for zeep to correctly work with x509 signature + username in some web services. fixes: * #953...
A simple bugfix for #953 'AttributeError: 'list' object has no attribute 'verify'' that occurs when the user passes in a list with UsernameToken() and Signature() to the wsse argument in...
- Parse SignedParts for bindings and assign - Sign elements required by WSDL - Added tests - Omitt WSSE header elements from signature rebase of #747 closes: #497 @mvantellingen This...
I am trying to use zeep to send SOAP messages to a server that requires x509 certificates. I am confused with the Signature object for the wsse attribute. What is...
Even though the Client.create_message function expects a service parameter, this service was not passed on to the SOAP implementation. The SOAP binding would invariably use the default service in the...
Added initial implementations. Some constraints are still missing. Fixes #513
Adding the AccessToken to the header adds the AccessToken as a nested field in the sessionID field. I was very confused as posting raw xml files the the server did...
### Use case We have a WSDL, which has "document types". These document types have different structures, but different document types can have same top level elements tags with different...
Reverted PR #1149 since HTTPX now uses the keyword "proxy" instead of "proxies" (https://www.python-httpx.org/advanced/proxies/) to create any proxy values, this always throws an error when creating an AsyncTransport object if...