Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bruce-mig/spring-boot-soap-ws
SOAP API app using Contract First Approach WSDL -> Java
https://github.com/bruce-mig/spring-boot-soap-ws
contract-first-approach jaxb2 soap-api wsdl2java xsd
Last synced: about 1 month ago
JSON representation
SOAP API app using Contract First Approach WSDL -> Java
- Host: GitHub
- URL: https://github.com/bruce-mig/spring-boot-soap-ws
- Owner: bruce-mig
- Created: 2024-11-12T15:01:08.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-12T17:36:08.000Z (about 1 month ago)
- Last Synced: 2024-11-12T18:32:42.716Z (about 1 month ago)
- Topics: contract-first-approach, jaxb2, soap-api, wsdl2java, xsd
- Language: Java
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spring-boot-soap-ws
### Use case (Development)
SOAP API app to evaluate loan eligibility for customers using Contract First Approach `WSDL -> Java`
#### Desired Customer inputs:
- Customer Name
- Age
- Income
- CIBIL Score
- Employment Mode#### Response:
- isEligible for loan
- Approved Amount
- Mismatch Criteria### Eligible Case
![eligible](success-case.png)
## Non Eligible Case
![non-eligible](non-eligible-case.png)
### WSDL file
Web Services Description Language
![WSDL](wsdl-file.png)