Initialize GovOPlaN SOAP connector

This commit is contained in:
2026-07-11 17:17:06 +02:00
commit 0503638e4d
10 changed files with 235 additions and 0 deletions

30
README.md Normal file
View File

@@ -0,0 +1,30 @@
# GovOPlaN SOAP Connector
<!-- govoplan-repository-type:start -->
**Repository type:** connector (protocol).
<!-- govoplan-repository-type:end -->
This repository contains the SOAP connector module for GovOPlaN. It owns SOAP
endpoint publication contracts, provider protocols, connector permissions, and
the module manifest.
The SOAP connector is intentionally transport-oriented. Domain modules expose
capabilities through core/platform contracts, and the SOAP connector adapts
those capabilities into SOAP operations without importing module-internal
business code.
## Development
Install this repository next to `govoplan-core`, then include it through the
normal GovOPlaN module discovery flow.
```sh
python -m pip install -e .
```
For whole-product development, use the meta repository:
```sh
cd /mnt/DATA/git/govoplan
./tools/launch/launch-dev.sh
```