Prerequisite:: Create Identity
Prerequisite:: Create Identity
You need to create 4 SOAP web service and 1 Rest Web Service and 1 Database.
For In all the web services generate random score and return it.
In this function generate random number and store it with “choice” key and return the
response.
Function 2:
If choice==1 then call NSDL web service get the random number from response then update
it in database "update loan set nsdl_score=? where AP_APPLNO=?" and remove the
choice key also add “nsdl_score” and “type:others” in response.
If choice==2 then call cibilweb service get the random number from response then update it
in database "update loan set C_SCORE=? where AP_APPLNO=?" and remove the choice
key also add “C_SCORE” and “type:cibil” in response.
If choice==3 then call experian web service get the random number from response then
update it in database "update loan set exp_score=? where AP_APPLNO=?" and remove
the choice key also add “exp_score” and “type:experian” in response.
Function 3:
In this call blaze web service get the random number from response then update it in database
"update loan set BLAZE_SCORE=? where AP_APPLNO=?" and remove the “type” key also
add “blaze_score”.
Function 4:
In this call multibureau web service get the random number from response then update it in
database "update loan set MULTI_SCORE=? where AP_APPLNO=?" and remove the “type”
key also add “multi_score”.