Skip to content

v3.38.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Apr 23:43
· 167 commits to main since this release

Added

  • feat(soap): improves support for element parts in composite messages.
  • feat(soap): supports more combinations of binding style and messages.
  • feat: support XML attributes in SOAP request body XPath

Changed

  • refactor(soap): matches type message parts on operation name.
  • refactor(soap): optimises document type lookup.
  • refactor(soap): reuses parser schema type system instead of recompiling all schemas.
  • refactor(soap): reuses schema type system and entity resolver for same WSDL.
  • refactor(soap): simplifies synthetic schema generation.

Fixed

  • fix(soap): improves example generation logging.
  • fix(soap): matches message element types by qualified name.
  • fix(soap): sets namespace of RPC root response element from WSDL target namespace.

See change log.