- Shipped
- July 10, 2026 at 12:09 AM UTC
- Author
- Kamo
- Commit
- 3e4d11b
MeridianLinkSoapClient wraps the Loan.asmx ops over a Spring-WS WebServiceTemplate (namespace **************** per-op SOAPAction): Loan.Create -> loan name; Loan.Save writes only the changed LO-XML fields (sorted for a deterministic payload) and throws on an Error status; Loan.Load parses returned <field id=..> elements back into a map (tolerating nested-element or escaped-string LO-XML). sTicket is supplied by the caller. All tests mock the transport via MockWebServiceServer; nothing is live-callable until Phase 0.