This repository has been archived by the owner on May 3, 2023. It is now read-only.
Releases: integreat-io/integreat-adapter-soap
Releases · integreat-io/integreat-adapter-soap
v0.3.3
Allow several default namespaces. All namespace prefixes starting with *
will be removed in the final output.
v0.3.2
Make xsi prefix configurable.
v0.3.1
Self-close all empty elements
v0.3.0
Treats elements with null
and undefined
values differently:
null
will result in an empty element withxsi:nil="true"
undefined
will not result in an element
v0.2.12
- Endpoint option
soapActionNamespace
will override name space for SOAPAction header
v0.2.11
Turned on encoding for more chars for text in the SOAP output.
Before, only ampersands and angle brackets were encoded. This release also encodes single and double quotation marks, everything between \u00A0 and \u0100, and all surrogates.
Might turn this into a configurable option at a later point.
v0.2.10
- Remove default namespace prefix from normalized object structure (default namespace will be the namespace of the first child of Body)
v0.2.9
Changes:
- Added
charset=utf-8
to content type SOAPAction
header will be set for SOAP 1.1- Soap action will be set as an
action
parameter on the content type for SOAP 1.2 - The
GET
method will never be used for SOAP 1.1. AlwaysPOST
v0.2.8
- Support
<soap:Header>
element - Serialize Date object as iso string
v0.2.7
Better handling of namespaces.