Frends.Soap.Read / 1.1.0
Summary
Takes apart a SOAP envelope, returning body, headers and any fault separately, and reports which SOAP version it found. A fault is surfaced as a fault rather than as an unexplained failure.
Typical use — handling responses from SOAP services without XML wrangling in the Process, and telling a business fault from a transport error
1.1.02026-08-20
Fixed
- Fixed Copyright metadata to comply with platform standards.
1.0.02026-07-02
Added
- Initial implementation