The logical data object mapping describes how to access data through the logical data object.
The read mapping contains the following objects:
Product_Line
Input flat file that contains the product line number.
Exp_Curr_Date transformation
Expression transformation that returns the current date and a primary key for the Web Service Consumer transformation root level input group.
WSC_Order transformation
Web Service Consumer transformation that consumes a web service to retrieve order information. The transformation passes the product line and current date to the web service in the request message. The transformation receives order information from the web service in the response message.
Order_Summary table
A logical data object that contains order information such as Order_No, Customer_Id, Qty, and Order_Date.
Order_Detail table
A logical data object that contains order detail information such as Order_No, Product_Id, Qty, and Status.
Orders_Fault
Output flat file that receives generic fault messages.