An open API service indexing awesome lists of open source software.

https://github.com/carlosfernandoxavier/webservice-soap


https://github.com/carlosfernandoxavier/webservice-soap

java11 maven soap spring-boot webservice-endpoints

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# webservice-soap
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.

### Requirements:
- Java 11;
- Maven;
- Your favorite IDE;
- SOAP UI (https://www.soapui.org/downloads/soapui/);

### Steps to run:
1) Execute the command: **mvn clean install**
2) Execute the class **SoapJava11Application**
3) Access the address: http://localhost:8080/ws/loanEligibility.wsdl
4) Open the SOAP UI;
5) Import the project on SOAP UI;
6) Execute your SOAP request;