Skip to content

v7.3.1

Choose a tag to compare

@github-actions github-actions released this 11 Jul 06:45

7.3.1

7.3.1 is a maintenance release that fixes SOAP/WSDL schema validation for WSDLs whose payloads span multiple embedded schemas.

Improvements

  • SOAP/WSDL schema validation no longer logs spurious per-schema errors for a message that is valid against another schema embedded in the same WSDL; a genuine failure is now logged once with all collected errors #TBD
  • Add an XSLT parameter tutorial showing how string-valued Exchange properties are passed to a stylesheet as xsl:param values #3076

Fixes

  • WSDL validation now resolves namespace-only <xsd:import> references between schemas embedded in the same WSDL, fixing a startup failure (Cannot read schema … src-resolve: Cannot resolve the name ..) #TBD
  • SOAP message validation now strips only the SOAP envelope's <Body>, preserving domain elements named Body in other namespaces that were previously dropped and caused false cvc-complex-type validation errors #TBD

Full changelog: v7.3.0...v7.3.1