This project created a webservice soap, using java 11 and springboot, only to see how it works, but there is not implementation, after that the request comes to endpoint.
- Java 11;
- Maven;
- Your favorite IDE;
- SOAP UI (https://www.soapui.org/downloads/soapui/);
- Execute the command: mvn clean install
- Execute the class SoapJava11Application
- Access the address: http://localhost:8080/ws/loanEligibility.wsdl
- Open the SOAP UI;
- Import the project on SOAP UI;
- Execute your SOAP request;