While building SOAP-Webservices (like the one here), one for sure get´s in touch with sending Attachments (e.g. PDF-Files) via SOAP. These often get base64-encoded and packed inside the Reponse. Now you ask yourself, if this base64-String is a valid PDF and looks like you intended. So here´s a small app to solve the problem - just copy-paste the String inside the GUI and click "convert".
Run "mvn clean install"-command at command-line
Then, you could use Spring Boot with maven to expose your SOAP-Webservices
mvn spring-boot:run
or run the build .jar-File with
java -jar soap-spring-boot-cxf-0.0.5-SNAPSHOT.jar
- Angular-App
- REST-Backend
- Sending SOAP-Requests