feat: add soap adapter foundation

This commit is contained in:
a.tolmachev
2026-04-07 00:00:19 +03:00
parent 31fbdfdc02
commit a6388e4353
24 changed files with 1346 additions and 25 deletions
+6 -6
View File
@@ -2,19 +2,19 @@
## Current
### `feat/soap-architecture-and-core-model`
### `feat/soap-adapter-foundation`
Status: completed
DoD:
- SOAP target model is defined in `crank-core`
- WSDL/XSD-derived metadata model is defined in code-level types
- capability matrix exposes SOAP as a first-class protocol
- docs and task state are synchronized
- `crank-adapter-soap` supports unary SOAP request-response execution
- WSDL upload and service/port/operation inspection are available in `admin-api`
- SOAP faults are normalized into runtime errors
- workspace-scoped SOAP test runs work through the same `Operation` lifecycle
## Next
- `feat/soap-adapter-foundation`
- `feat/auth-profile-secret-resolution`
## Backlog