Table of Contents

Search

  1. Preface
  2. Web Services
  3. SOAP Web Services
  4. WSDL Data Object
  5. Schema Object
  6. How to Create a SOAP Web Service
  7. Operation Mappings
  8. Parsing Web Service SOAP Messages
  9. Generating Web Service SOAP Messages
  10. Web Service Consumer Transformation
  11. REST Web Services
  12. How to Create a REST Web Service
  13. REST Web Service Consumer Transformation
  14. REST Web Service Consumer Transformation Use Cases
  15. REST and SOAP Web Service Administration
  16. Datatype Compatibility

Web Services Guide

Web Services Guide

Logical Data Object Mapping

Logical Data Object Mapping

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.

0 COMMENTS

We’d like to hear from you!