Building BizServices-SupplierPartnerMgmt module
In Chapter 8 we learned that the purpose of BizServices-SupplierPartnerMgmt is to process supplier partner orders. This module invokes AccessServices-Moonlight module, which in turn uses the ProcessPurchaseOrders interface from the Moonlight Library to communicate with Moonlight systems. The steps to implement a Business Service were discussed in the previous sections. We will not repeat those steps and assume that you will follow them.
Building AccessServices-Moonlight module
We also learned from Chapter 8 that the Moonlight Access Service provides the ability to submit orders to the Moonlight partner database. We shall follow the six steps laid out at the start of this chapter to build the AccessService-Moonlight.
Create the Access Service module
Create a mediation module named AccessServices-Moonlight with a mediation component called Med-ProcessPurchaseOrders-processOrder. Add project dependencies to the Moonlight application library and...