BPEL Loan Approval Case (1)

zhaozj2021-02-16  73

Description: This article is translated from the BPEL1.1 specification 16.2.

This article discusses an example of a simple loan approval of Web services. In this example, the customer sends a loan approval request, including the customer's personal letter.

Interest and loan amount. WEB services for loan approvals use this information to run a simple process to get "consent loans" or "refusal loans"

result. For loans below $ 10,000 and have a good credit customer, the approval is automatic. For high loans and credit uncertain customers

Households, we need to use the features provided by the other two web services. "Risk Assessment Service" is used to check the credit risk of a certain person, "

Home Evaluation Services "is used to obtain specific assessments of the project.

1. Service Description We assume that XMLns: lns = "http://loans.org/wsdl/loan-approval", the service description file is as follows:

H: Credit information message. The message is equivalent to our value object. h: Approval Message h: risk assessment message h: error message

H: Understand PortType as the method in our OO! It specifies input, output, error processing.

H: PartnerLinkType is used to distinguish roles.

转载请注明原文地址:https://www.9cbs.com/read-14607.html

New Post(0)