31 lines
865 B
Markdown
31 lines
865 B
Markdown
# 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
|
|
```
|