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
- Host: GitHub
- URL: https://github.com/carlosfernandoxavier/webservice-soap
- Owner: CarlosFernandoXavier
- Created: 2023-03-26T12:12:19.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-10T04:39:07.000Z (about 3 years ago)
- Last Synced: 2025-03-29T08:28:13.578Z (about 1 year ago)
- Topics: java11, maven, soap, spring-boot, webservice-endpoints
- Language: Java
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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;