File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
55
6+ ## [ 3.38.0] - 2024-04-21
7+ ### Added
8+ - feat(soap): improves support for element parts in composite messages.
9+ - feat(soap): supports more combinations of binding style and messages.
10+ - feat: support XML attributes in SOAP request body XPath
11+
12+ ### Changed
13+ - refactor(soap): matches type message parts on operation name.
14+ - refactor(soap): optimises document type lookup.
15+ - refactor(soap): reuses parser schema type system instead of recompiling all schemas.
16+ - refactor(soap): reuses schema type system and entity resolver for same WSDL.
17+ - refactor(soap): simplifies synthetic schema generation.
18+
19+ ### Fixed
20+ - fix(soap): improves example generation logging.
21+ - fix(soap): matches message element types by qualified name.
22+ - fix(soap): sets namespace of RPC root response element from WSDL target namespace.
23+
624## [ 3.37.0] - 2024-04-18
725### Added
826- feat(soap): SOAP response body uses typed message part names.
Original file line number Diff line number Diff line change 1- projectVersion =0.0.0-SNAPSHOT
1+ projectVersion =3.38.0
You can’t perform that action at this time.
0 commit comments