feat: add websocket wizard foundation

This commit is contained in:
a.tolmachev
2026-04-07 18:03:55 +03:00
parent d8981f8a75
commit 35e9c8c754
6 changed files with 266 additions and 5 deletions
+5 -5
View File
@@ -2,18 +2,18 @@
## Current
### `feat/soap-wizard-foundation`
### `feat/websocket-wizard-foundation`
Status: completed
DoD:
- wizard step 1 exposes SOAP as a selectable protocol
- wizard step 3 supports WSDL/XSD upload and backend-driven SOAP service inspection
- SOAP service, port and operation selection is serialized into operation target payload
- wizard step 1 exposes WebSocket as a selectable protocol
- wizard step 3 collects WebSocket endpoint, subprotocols and subscribe/unsubscribe templates
- execution config serializes `ProtocolOptions.websocket` runtime tuning
## Next
- `feat/websocket-wizard-foundation`
- `feat/live-authenticated-staging-entry`
## Backlog