python-zeep icon indicating copy to clipboard operation
python-zeep copied to clipboard

A Python SOAP client

Results 241 python-zeep issues
Sort by recently updated
recently updated
newest added

I'm trying to create a new service to remote server. But AsyncTransport raise an exception: > zeep/wsdl/bindings/soap.py", line 177, in process_reply if response.status_code in (201, 202) and not response.content: >...

Sorry for my english I've a problem using zeep 4.0 or 4.1. Attached is a Python script with the problem. When processing the response you get this error: `Traceback (most...

I'm unable to attach a xml file in the zeep message. Code is below. The error I get is 'string indices must be integers' I'm not a python developer by...

Hello, I have encountered the following issue: ``` --- Logging error --- Traceback (most recent call last): File "/usr/local/lib/python3.6/logging/__init__.py", line 994, in emit msg = self.format(record) File "/usr/local/lib/python3.6/logging/__init__.py", line 840,...

Hello, i'm new to Zeep and SOAP. I'm using Zeep 4.1.0 and trying to log in the service but everytime i run the piece of code below i get the...

### The version of zeep (or if you are running master the commit hash/date) ``` $ pip show zeep Name: zeep Version: 2.2.0 ``` ### The WSDL you are using...

enhancement

I have a speed issue. Calling a webservice that returns data sub second (via a browser) calling it with Zeep is taking between 6-15 seconds a time. Interrogating the WSDL...

Zeep library is generating string arrays with each child tag has it's own namespace definition: ``` https://www.example.com/variant_image.png https://www.example.com/variant_image2.png https://www.example.com/variant_image3.png ``` But, the API I'm dealing with is strictly want the...

If the WSDL file specifies the document parts that need to be signed, as in example below, the `signature.py` module doesn't sign any of them except for Body and Timestamp...

enhancement