python-zeep
python-zeep copied to clipboard
A Python SOAP client
Parsing soap faults falls back to extracting attributes without a namespace, if it can't find a namespaced attribute. Fixes #1254
This is my first project in Python with SOAP and Zeep. I have a solid understanding of JSON/REST and have a problem and getting this error message with a SOAP...
Like most people I am new to SOAP. Im currently trying to make update request to a SOAP server, and according to our client **there is no one to change...
Looking in valueobjects.py, around here: https://github.com/mvantellingen/python-zeep/blob/c80519ef01216f8e5bcfe8de7995d841e03b0f2a/src/zeep/xsd/valueobjects.py#L91 I see: ``` class CompoundValue: """Represents a data object for a specific xsd:complexType.""" _xsd_type: "ComplexType" _xsd_elm: "Element" def __init__(self, *args, **kwargs): values = OrderedDict()...
Hi, All. I'm glad to share my openresty library based on zeep. Any suggestion is welcome, thank you all. https://github.com/kingluo/lua-resty-ffi-soap  
code file ``` from zeep import Client from zeep.wsse.username import UsernameToken ptz_wsdl = "/home/suyog/stitcher/PTZcamera_image/PTZcamera_control/python-onvif-zeep/wsdl/ptz.wsdl" media_wsdl = "/home/suyog/stitcher/PTZcamera_image/PTZcamera_control/python-onvif-zeep/wsdl/media.wsdl" ip = "" port = "" username = "" password = "" xaddr...
Hi. When i try to collect data from API with SOAP, i revive an error: Client [my_ip] is not allowed to use this service I have open port 80 on...
Please provide the following information: 1. The version of zeep: 4.2.1 2. The WSDL you are using: N/A 3. And most importantly, a [runnable example script](http://docs.python-zeep.org/en/master/reporting_bugs.html) which exposes the problem:...
Hi, I try to create a SOAP envelope with Zeep Library from WSDL. [WSDL link](https://azhtrial.noventi.healthcare/services/test/BswSchnittstelle2?wsdl) The problem is with the `hilfsmittelattribute` element. I would like to set a `koerperhaelfte` to...
How to Add attribute for Item Using Zeep The following is an xml code for my SOAP request: ``` 002 1.0 ```