python-zeep
python-zeep copied to clipboard
A Python SOAP client
1. zeep==4.1.0 2. It's not a public WSDL so i can't provide it; but it's also not needed to reproduce the bug 3. Runnable example: The bug was introduced with...
1. Zeep 4.1.0 2. It's not a public WSDL so i can't provide it; It's a default Dynamics NAV CRONUS soap webservice running locally and you can recreate this issue...
1. Zeep Version: 4.1.0 2. WSDL: https://test.u-gov.unifi.it/ws-dgac/ws/private/service.wsdl 3. Runnable example: ``` python -mzeep https://test.u-gov.unifi.it/ws-dgac/ws/private/service.wsdl ``` returns the following exception: ``` ValueError: Invalid tag name 'ws/private/serviceSoapBinding' ``` What's wrong with the...
I want my XML request to look like this - ``` ``` However the output I'm getting from zeep is like this - ``` ``` How can I include xmlns:wsu...
Fix RuntimeError: 'NoneType' object has no attribute 'clone' that happens with wsdl of customer (redacted, due to NDA issues). This fixes #898
Hi Michael, thanks for this library - it helps me a lot. One finding though on Zeep 3.4.0: If you have a SOAP service returning a binary attachement as MIME...
Hi! I want to replicate a request from SOAP UI in zeep. ` 1401 24 80775779 1 ` My python code is following: ` import requests from requests import Session...
1. zeep==3.2.0 2. [WSDL](https://e-factura.sunat.gob.pe/ol-ti-itcpfegem/billService?ns2.wsdl) 3. The screipt is in this [GIST](https://gist.github.com/umiphos/543e92eef8c26aad44262bd55ba73baa) Note: Apparently the WSDL we are consulting has 2 posible namespaces, when is checking the second one it crashes,...
Hi, first I must say that zeep is amazing library (I didnt found any better solution for python). But I have one problem, I need to sign usernameToken element and...