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

A Python SOAP client

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

```python value = '2022-03-18' elem = xsd.Element('my_tag', xsd.Date()) obj = xsd.AnyObject(elem, elem(value)) ``` When rendered we get `2022-03-18`, but how to get explicit type info i.e. `2022-03-18`

After talking to @mvantellingen via email I've sketched out the first part of restriction/facet handling. Currently this MR doesn't include a huge amount of testing - I'd like to verify...

This is a fix for [the following Pyright rule](https://github.com/microsoft/pyright/blob/main/docs/typed-libraries.md#library-interface): > Imported symbols are considered private by default. If they use the “import A as A” (a redundant module alias), “from...

I should recreate this part of the payload using python. ``` 2022-03-17T08:23:23.809Z 2022-03-17T08:24:23.809Z XXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXX zL/iJlH2YPm83y+t0wd3Dw== 2022-03-17T08:23:18.195Z ``` I thought about using this piece of code that I found in...

`MemorySignature` is really useful when you already have the key and certificate in the memory, but I found myself wanting to do the same for `BinarySignature` and realized that there...

Zeep Version 2.4.0 Python: 3.5.2 OS: Ubuntu 16.04.3 LTS (xenial) I have a very strange problem. I mean "strange" because the output is somehow not deterministic. Which means, sometimes it...

requires/example-script

So here is my xml looks like ``` ``` Inside code I am doing this ``` 'Organization_Reference': {'ID': {'type': 'Company_Reference_ID'}}, ``` I am expecting my final XML to look like...

Warehouse now uses the project_urls provided to display links in the sidebar on [this screen](https://pypi.org/project/requests/), as well as including them in API responses to help the automation tool find the...

Hi, I cannnot go past what seems to be a bug, the variable "Namespace" in utils.py is empty with the error "XMLParseError: No namespace defined for java (java:java.lang.String)" I have...