Mapping Concepts to a Sample: Mortgage Broker Service and Client

The concepts introduced in sections General Concepts, Groups, Conversations, and Services together enable you to understand and design a service-oriented solution such as the Mortgage Broker Service Client example.

Pre-requisites

The Mortgage Broker Service Client sample demonstrates the concepts introduced in the following sections:

After reading these sections, you should be able to understand and execute a service-oriented sample such as the Mortgage Broker Service Client.

Mortgage Broker Service Client Sample

In this sample, a service implements a simplified online mortgage broker application. The borrower requests a loan through a broker. The broker processes the loan request using one of the third-party partner services. The borrower can either specify the preferred third-party provider or allow the broker to default to one. The third-party partner services request credit rating of the borrower from a credit check service and in turn approves or rejects the loan application based on the credit rating.

The Mortgage Broker Service Client sample project is shipped with the product and can be accessed in TIBCO Business Studio™ for BusinessWorks™ from Help > BusinessWorks Samples.

Next Steps

After completing this section, you should be able to design service-oriented processes with minimal assistance.