ResWare
ResWare is customizable title and escrow production software for real estate closings, originally built by Adeptive Software Corporation and acquired by Qualia Labs in December 2020 (now shipping as ResWare 10 within the Qualia ecosystem). It is an on-premises, workflow-driven platform covering title and escrow production, document management and auto-generation, secure communications, and escrow accounting. ResWare exposes an integration API to partners and customers that is historically a SOAP/XML web-service API (built on Windows Communication Foundation / WCF, Microsoft binary protocol by default with Basic Authentication available on request), complemented by newer REST APIs for document handling. There is no public, self-serve developer portal - API access is gated behind a partner/integration program and an "API assistance" package (developer support hours, REST/WCF code samples, and documentation), with pricing on request via sales@adeptivesw.com. The logical service areas below are modeled from partner-integration behavior; ResWare publishes no public API reference or OpenAPI, so no REST surface is fabricated here.
APIs
ResWare Files & Orders API
Modeled logical service area for creating and managing title/escrow files (orders) - the core transaction records that carry file number, property, parties, and status through t...
ResWare Documents API
Modeled logical service area for retrieving, uploading, and generating documents attached to a file - closing packages, executed documents, and auto-generated forms. In partner ...
ResWare Contacts API
Modeled logical service area for the people and organizations attached to a file - buyers, sellers, lenders, agents, and vendors - and their roles and mappings to partner-side i...
ResWare Tasks API
Modeled logical service area for ResWare's action-based tasks and multi-directional workflow steps that drive a file through its lifecycle - creating, completing, and querying t...
ResWare Accounting API
Modeled logical service area for escrow accounting - trust ledgers, receipts and disbursements, reconciliation, and remittance data tied to a file. Delivered over ResWare's gate...
ResWare Notes API
Modeled logical service area for reading and writing notes and activity entries on a file, used by partners to post status updates and messages back into ResWare. Delivered over...
ResWare Partners API
Modeled logical service area for ResWare's partner-integration framework - the proxy/partner web-service messages that exchange orders, documents, and status with external vendo...