Skip to content
This repository has been archived by the owner on May 3, 2023. It is now read-only.

Releases: integreat-io/integreat-adapter-soap

v0.3.3

05 Apr 17:38
Compare
Choose a tag to compare

Allow several default namespaces. All namespace prefixes starting with * will be removed in the final output.

v0.3.2

27 Mar 07:44
Compare
Choose a tag to compare

Make xsi prefix configurable.

v0.3.1

26 Mar 10:11
Compare
Choose a tag to compare

Self-close all empty elements

v0.3.0

26 Mar 09:45
Compare
Choose a tag to compare

Treats elements with null and undefined values differently:

  • null will result in an empty element with xsi:nil="true"
  • undefined will not result in an element

v0.2.12

13 Mar 13:52
Compare
Choose a tag to compare
  • Endpoint option soapActionNamespace will override name space for SOAPAction header

v0.2.11

27 Feb 08:25
Compare
Choose a tag to compare

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

20 Feb 10:03
Compare
Choose a tag to compare
  • Remove default namespace prefix from normalized object structure (default namespace will be the namespace of the first child of Body)

v0.2.9

13 Feb 13:15
Compare
Choose a tag to compare

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. Always POST

v0.2.8

06 Feb 21:56
Compare
Choose a tag to compare
  • Support <soap:Header> element
  • Serialize Date object as iso string

v0.2.7

23 Jan 20:14
Compare
Choose a tag to compare

Better handling of namespaces.