-------------------
- **backwards-incompatible**: If the WSDL defines that the endpoint returns
soap:header elements and/or multple soap:body messages then the return
signature of the operation is changed. You can now explcitly access the
body and header elements.
- Fix parsing HTTP bindings when there are no message elements (185)
- Fix deserializing RPC responses (219
- Add support for SOAP 1.2 Fault subcodes (210, vashek)
- Don't alter the _soapheaders elements during rendering, instead create a
deepcopy first. (188)
- Add the SOAPAction to the Content-Type header in SOAP 1.2 bindings (211)
- Fix issue when mixing elements and any elements in a choice type (192)
- Improving parsing of results for union types (192)
- Make ws-addressing work with lxml < 3.5 (209)
- Fix recursion error when xsi:type='anyType' is given. (198)