Building BizServices-InventoryMgmt module
The Inventory System provides real-time management and maintenance of the inventory information for items in JungleSea Inc.'s product catalog. Currently, there are two systems named "Alpha" and "Beta" that provide this capability in JungleSea and expose the capability in the web service interfaces.
In this example, we will only implement the Information Retrieval operation for residential or non-commercial customers.
Note
The steps to implement a Business Services were discussed in the previous sections. You may follow those steps to create a business service module BizServices-InventoryMgmt with the process components MaintainInventoryInformation and RetrieveInventoryInformation.
Building AccessServices-Alpha module
We learned from Chapter 7 that Alpha supports JungleSea Inc.'s residential or non-commercial customers, while Beta supports commercial or enterprise customers. Later on, in Chapter 8 we identified that Alpha and Beta systems expose the...