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: 7 months 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 (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-13T07:34:51.000Z (11 months ago)
- Last Synced: 2025-01-15T07:07:44.227Z (9 months ago)
- Topics: contract-first-approach, jaxb2, soap-api, wsdl2java, xsd
- Language: Java
- Homepage:
- Size: 404 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

## Non Eligible Case

### WSDL file
Web Services Description Language
