Hobbyprosjekt :)
Meldingsdefinisjoner ligger i https://github.com/mjhaugsdal/kith-xml-schemas (Grunnlag hentet fra https://sarepta.ehelse.no/)
- soap
- SOAP webservice Laget med Apache CXF jax-ws https://cxf.apache.org/docs/jax-ws.html
- Sikret med standard WS-Security https://www.oasis-open.org/committees/download.php/16790/wss-v1.1-spec-os-SOAPMessageSecurity.pdf
- SOAP webservice Laget med Apache CXF jax-ws https://cxf.apache.org/docs/jax-ws.html
- rest
- REST webservice laget med Apache CXF jax-rs https://cxf.apache.org/docs/jax-rs.html
- Sikret med https://cxf.apache.org/docs/jax-rs-jose.html
- REST webservice laget med Apache CXF jax-rs https://cxf.apache.org/docs/jax-rs.html
Splittet i Spring-boot og Quarkus implementasjoner