v7.3.1
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
Exchangeproperties are passed to a stylesheet asxsl:paramvalues #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 namedBodyin other namespaces that were previously dropped and caused falsecvc-complex-typevalidation errors #TBD
Full changelog: v7.3.0...v7.3.1