Initialize GovOPlaN SOAP connector
This commit is contained in:
30
README.md
Normal file
30
README.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user