rinse icon indicating copy to clipboard operation
rinse copied to clipboard

Python3 SOAP client built with lxml and requests.

Results 6 rinse issues
Sort by recently updated
recently updated
newest added

This module was only ever example code, and was not intended to be used: https://github.com/tiran/defusedxml/issues/15

Default client.message.RinseResponse in build_response parameter on rinse.client.SoapClient call needs the doc parameter or the call will throw a TypeError exception. Changing the default to the client.message.Response class makes it work.

Hi, Consider the following code: ``` python from lxml import etree from rinse.client import SoapClient from rinse.message import SoapMessage message = SoapMessage(etree.Element('test')) client = SoapClient('https://example.com') print(client(message, 'action')) ``` The above...

`compact` kwarg to `pprint.pformat` was added in 3.4.