Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)