SOAP-to-REST wrapper that exposes Swedish Tax Agency (Skatteverket) Navet population registry services as JSON REST APIs. Part of the eduID infrastructure operated by SUNET.
| Method | Path | Purpose |
|---|---|---|
| POST | /personpost/person |
Lookup person by identity number |
| POST | /personpost/navetnotification |
Full Navet response with relations, deregistration, etc. |
| POST | /namnsokning |
Search by name/city |
Requires Java 11 and Maven.
mvn packageThis produces an executable fat JAR in target/.
java -jar target/eduid-navet-service-0.1-SNAPSHOT.jar -c navet-service.propertiesSee navet-service.properties for configuration options (Navet endpoint, mutual TLS keystores, server binding, optional Basic Auth).
docker build -t eduid-navet-service .The container startup script (docker/start.sh) converts PEM certificates into Java keystores automatically. Mount config and certs at /opt/eduid/eduid-navet-service/etc.
BSD 3-Clause