Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antoniocaccamo/poc-springboot-cxf
https://github.com/antoniocaccamo/poc-springboot-cxf
cxf spring-boot ssl wss4j
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/antoniocaccamo/poc-springboot-cxf
- Owner: antoniocaccamo
- License: gpl-3.0
- Created: 2019-06-14T13:37:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-05T22:14:16.000Z (about 1 year ago)
- Last Synced: 2024-04-16T10:14:57.254Z (9 months ago)
- Topics: cxf, spring-boot, ssl, wss4j
- Language: Java
- Size: 104 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spring Boot CXF
- cxf-codegen-plugin wsdl2java
- spring boot cxf server
- spring boot cxf client
- ssl config on both
- WSS4J X.509 Token Profile ( timestamp, signature and encryption )
- WS Policy## Steps
1. execute [keystores generator script](certificates/generator.sh)
2. install [cxf-prime-common](cxf-prime-common) into local maven repo
3. launch [cxf-prime-server-jaxws](cxf-prime-server-jaxws)
4. launch [cxf-prime-client](cxf-prime-client)