suds-py3
suds-py3 copied to clipboard
Mirror of http://svn.fedorahosted.org/svn/suds/trunk/ supporting Python3
We encountered a problem while copping a suds.client.Client in python 3. You can find a simple reproduction program here: [example.zip](https://github.com/cackharot/suds-py3/files/8659591/example.zip) We have created a fix. However I am not to...
Attempt to initialise a client with ``` Client(MY_WSSL, nosend=True) ``` results in the following error ``` AttributeError: nosend ``` Documentation suggests `nosend` should be supported, either the docs should be...
I have a need to use keep alive and connection pooling. So when I open new calls to a soap service, the requests library in use attempts to reuse already...
In the Python 2 version mx/literal.py contains this: ``` from suds import * from suds.mx import * ``` And mx/__init__.py contains this: `from suds.sudsobject import Object` So in the end...
The sending plugin currently has no effect on the request that is sent There is a similar change that has been made on the jurko fork to resolve this issue...
Hi, I get the following errors when calling a locally hosted WCF service. Hope you can help. When I use Postman to call the service I have to add content-type...
zeep
Hi! I'd been maintaining a suds fork for a few years (which fixed different bugs compared to this fork, but also had its own bugs too). A few months back,...
I get the following problem, using the suds-py3 package: * reading a datetime from a webservice using suds * the webservice sends an xml containing the datetime in isoformat (smth....
We have been using suds-0.3.9 to call the SOAP interface on our application, with no errors. We have now moved from python 2.7 to Python 3.8 with suds-py3 1.4.4.1, and...
Error when using client=suds.client.Client('http://***/hmsas/wsdl/hmsas.wsdl')